composer: Disable artifacts for the service
When backed by a DB, composer has no need of a queue directory. This also addresses "Error moving artifacts for job" logging noise. Signed-off-by: sanne <sanne.raymaekers@gmail.com>
This commit is contained in:
parent
487e2d0669
commit
60d4f5a751
5 changed files with 16 additions and 8 deletions
|
|
@ -214,6 +214,7 @@ objects:
|
|||
[worker]
|
||||
request_job_timeout = "20s"
|
||||
base_path = "/api/image-builder-worker/v1"
|
||||
enable_artifacts = false
|
||||
enable_tls = false
|
||||
enable_mtls = false
|
||||
enable_jwt = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue