Skip to content
Snippets Groups Projects

production/web: Align archive instance with previous instance moma

Merged Antoine R. Dumont requested to merge align-web-configuration-with-moma into staging
All threads resolved!
@@ -1149,6 +1149,15 @@ web:
deployments:
# Main instance to serve archive.softwareheritage.org
archive:
replicas: 2
gunicorn:
workers: 4
threads: 2
timeout: 3600
# autoScaling:
# minReplicaCount: 2
# maxReplicaCount: 4
# cpuPercentageUsage: 100
requestedCpu: 350m
requestedMemory: 3072Mi
refreshSavecodenowStatus:
@@ -1162,15 +1171,6 @@ web:
configurationRef: postgresqlSyncmailmapsConfiguration
priorityClassName: frontend-rpc-workload
cron: "15 * * * *"
gunicorn:
workers: 32
threads: 5
timeout: 3600
replicas: 2
# autoScaling:
# minReplicaCount: 2
# maxReplicaCount: 4
# cpuPercentageUsage: 100
hosts:
- archive.softwareheritage.org
- base.softwareheritage.org
Loading