From ce616b2ab25dec3534adb192a4abb6ed0b698411 Mon Sep 17 00:00:00 2001 From: manuraf Date: Thu, 18 Apr 2024 11:31:25 +0200 Subject: [PATCH] increase cdc resource for dev and uat --- infra/container_apps/user-cdc/env/dev-pnpg/terraform.tfvars | 4 ++-- infra/container_apps/user-cdc/env/dev/terraform.tfvars | 4 ++-- infra/container_apps/user-cdc/env/uat-pnpg/terraform.tfvars | 6 +++--- infra/container_apps/user-cdc/env/uat/terraform.tfvars | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) 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 = [