fix(dbaas,actualbudget): apply OOM fixes — sync live cluster with Terraform code
Live cluster had stale resource limits causing OOMKills: - actualbudget-http-api: 128Mi → 512Mi (code already correct) - pg-cluster CNPG: 512Mi → 4Gi (code already correct) - dbaas ResourceQuota: 20Gi → 24Gi live (TF code has 64Gi) Formatting cleanup from terraform fmt included. [ci skip] Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
8154103ac4
commit
d7e25cb675
3 changed files with 11 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
|
||||
variable "kube_config_path" {
|
||||
type = string
|
||||
default = "~/.kube/config"
|
||||
type = string
|
||||
default = "~/.kube/config"
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue