Skip to content

Commit

Permalink
chore: increase cdc resource for dev and uat (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf authored Apr 18, 2024
1 parent c63eca7 commit a2b0461
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions infra/container_apps/user-cdc/env/dev-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ container_app = {
name = "cron-scale-rule"
}
]
cpu = 0.5
memory = "1Gi"
cpu = 1
memory = "2Gi"
}

app_settings = [
Expand Down
4 changes: 2 additions & 2 deletions infra/container_apps/user-cdc/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ container_app = {
name = "cron-scale-rule"
}
]
cpu = 0.5
memory = "1Gi"
cpu = 1
memory = "2Gi"
}

app_settings = [
Expand Down
6 changes: 3 additions & 3 deletions infra/container_apps/user-cdc/env/uat-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
6 changes: 3 additions & 3 deletions infra/container_apps/user-cdc/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit a2b0461

Please sign in to comment.