From 94126c038620bb6a5c1d9553df44c314870e356b Mon Sep 17 00:00:00 2001 From: "Vincent.Cheung" Date: Tue, 19 Sep 2023 14:40:52 +0100 Subject: [PATCH] enable preprod tasks again --- terraform/environments/mlra/application_variables.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/terraform/environments/mlra/application_variables.json b/terraform/environments/mlra/application_variables.json index 8b9491e1244..bd4f541a4e8 100644 --- a/terraform/environments/mlra/application_variables.json +++ b/terraform/environments/mlra/application_variables.json @@ -72,14 +72,14 @@ "maat_api_end_point": "http://maat-cd-api.aws.stg.legalservices.gov.uk/maatApi/laaStatus", "maat_db_url": "rds.maat.aws.stg.legalservices.gov.uk:1521:MAATDB", "maat_libra_wsdl_url": "http://infox.aws.stg.legalservices.gov.uk/infoX/gateway", - "ec2_desired_capacity": 0, + "ec2_desired_capacity": 2, "ec2_max_size": 6, - "ec2_min_size": 0, + "ec2_min_size": 2, "task_definition_volume": "upload_volume", "network_mode": "bridge", "server_port": 8080, - "app_count": 0, - "appscaling_min_capacity": 0, + "app_count": 2, + "appscaling_min_capacity": 2, "appscaling_max_capacity": 6, "ec2_scaling_cpu_threshold": 75, "ec2_scaling_mem_threshold": 61,