Skip to content

Commit

Permalink
[CPDNPQ-2596] Pre-emptively scale up the service (#2198)
Browse files Browse the repository at this point in the history
To test the scaling up and to allow for the potential surge on monday
  • Loading branch information
jebw authored Feb 7, 2025
1 parent d01b5f5 commit 20661a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/application/config/production.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"namespace": "cpd-production",
"environment": "production",
"enable_postgres_backup_storage" : true,
"webapp_replicas": 12,
"webapp_replicas": 16,
"worker_replicas": 6,
"webapp_memory_max": "4Gi",
"worker_memory_max": "2Gi",
Expand Down

0 comments on commit 20661a2

Please sign in to comment.