diff --git a/swh/values/production.yaml b/swh/values/production.yaml --- a/swh/values/production.yaml +++ b/swh/values/production.yaml @@ -37,4 +37,15 @@ queueThreshold: 1 maxReplicaCount: 5 sentrySwhPackage: swh.loader.git + oneshot: + image: swh_loader_git_image + requestedMemory: 1024Mi + requestedCpu: 800m + queues: + - oneshot:swh.loader.git.tasks.UpdateGitRepository + - oneshot2:swh.loader.git.tasks.UpdateGitRepository + autoScaling: + queueThreshold: 1 + maxReplicaCount: 2 + sentrySwhPackage: swh.loader.git