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:
sanne 2021-12-03 18:26:40 +01:00 committed by Tom Gundersen
parent 487e2d0669
commit 60d4f5a751
5 changed files with 16 additions and 8 deletions

View file

@ -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