[ci skip] monitoring: increase resource quota limits
Bump limits.cpu 80→120 and limits.memory 160Gi→240Gi to provide headroom. Previous values were at 87% and 92% utilization.
This commit is contained in:
parent
83cc053742
commit
a0df23f565
1 changed files with 2 additions and 2 deletions
|
|
@ -195,8 +195,8 @@ resource "kubernetes_resource_quota" "monitoring" {
|
|||
hard = {
|
||||
"requests.cpu" = "16"
|
||||
"requests.memory" = "16Gi"
|
||||
"limits.cpu" = "80"
|
||||
"limits.memory" = "160Gi"
|
||||
"limits.cpu" = "120"
|
||||
"limits.memory" = "240Gi"
|
||||
pods = "100"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue