diff --git a/swh/values/production.yaml b/swh/values/production.yaml index e9f4d9c..887b916 100644 --- a/swh/values/production.yaml +++ b/swh/values/production.yaml @@ -1,32 +1,39 @@ sentry: environment: production graphql: enabled: true + backends: + storage: + host: moma.internal.softwareheritage.org + port: 5002 + search: + host: moma.internal.softwareheritage.org + port: 5010 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