diff --git a/infra/container_apps/user-cdc/env/dev-pnpg/terraform.tfvars b/infra/container_apps/user-cdc/env/dev-pnpg/terraform.tfvars index 457c92e6..5a4b1a60 100644 --- a/infra/container_apps/user-cdc/env/dev-pnpg/terraform.tfvars +++ b/infra/container_apps/user-cdc/env/dev-pnpg/terraform.tfvars @@ -26,8 +26,8 @@ container_app = { name = "cron-scale-rule" } ] - cpu = 0.5 - memory = "1Gi" + cpu = 1 + memory = "2Gi" } app_settings = [ diff --git a/infra/container_apps/user-cdc/env/dev/terraform.tfvars b/infra/container_apps/user-cdc/env/dev/terraform.tfvars index de29db65..674b72ec 100644 --- a/infra/container_apps/user-cdc/env/dev/terraform.tfvars +++ b/infra/container_apps/user-cdc/env/dev/terraform.tfvars @@ -25,8 +25,8 @@ container_app = { name = "cron-scale-rule" } ] - cpu = 0.5 - memory = "1Gi" + cpu = 1 + memory = "2Gi" } app_settings = [ diff --git a/infra/container_apps/user-cdc/env/uat-pnpg/terraform.tfvars b/infra/container_apps/user-cdc/env/uat-pnpg/terraform.tfvars index a267c2b4..42dedf52 100644 --- a/infra/container_apps/user-cdc/env/uat-pnpg/terraform.tfvars +++ b/infra/container_apps/user-cdc/env/uat-pnpg/terraform.tfvars @@ -14,10 +14,10 @@ tags = { container_app = { min_replicas = 1 - max_replicas = 2 + max_replicas = 1 scale_rules = [] - cpu = 0.5 - memory = "1Gi" + cpu = 1 + memory = "2Gi" } app_settings = [ diff --git a/infra/container_apps/user-cdc/env/uat/terraform.tfvars b/infra/container_apps/user-cdc/env/uat/terraform.tfvars index 3e481c6c..b6e31d87 100644 --- a/infra/container_apps/user-cdc/env/uat/terraform.tfvars +++ b/infra/container_apps/user-cdc/env/uat/terraform.tfvars @@ -13,10 +13,10 @@ tags = { container_app = { min_replicas = 1 - max_replicas = 2 + max_replicas = 1 scale_rules = [] - cpu = 0.5 - memory = "1Gi" + cpu = 1 + memory = "2Gi" } app_settings = [