From f1cc7cf02a1230d837562b7c297a5c9a379de996 Mon Sep 17 00:00:00 2001 From: jebw Date: Fri, 7 Feb 2025 11:42:36 +0000 Subject: [PATCH] [CPDNPQ-2596] Pre-emptively scale up the service To test the scaling up and to allow for the potential surge on monday --- terraform/application/config/production.tfvars.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/application/config/production.tfvars.json b/terraform/application/config/production.tfvars.json index 9cc553d073..0da359b743 100644 --- a/terraform/application/config/production.tfvars.json +++ b/terraform/application/config/production.tfvars.json @@ -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",