diff --git a/swh/values/production.yaml b/swh/values/production.yaml index 2b6b3fb..e9f4d9c 100644 --- a/swh/values/production.yaml +++ b/swh/values/production.yaml @@ -1,28 +1,32 @@ sentry: environment: production graphql: enabled: true ingress: host: archive.softwareheritage.org httpPath: /graphql + gunicorn: + threads: 4 + workers: 2 + timeout: 3600 loaders: enabled: true storage: host: saam.internal.softwareheritage.org port: 5002 amqp: host: rabbitmq.internal.softwareheritage.org deployments: addforgenow: image: swh_loader_git_image requestedMemory: 256Mi requestedCpu: 200m queues: - add_forge_now:swh.loader.git.tasks.UpdateGitRepository autoScaling: queueThreshold: 1 maxReplicaCount: 5 sentrySwhPackage: swh.loader.git