reduce alert noise: raise memory thresholds, exclude claude-memory 4xx, right-size mysql-operator

- ContainerNearOOM: 85% → 90% (silences forgejo, changedetection, immich-pg, mysql-cluster)
- ClusterMemoryRequestsHigh: 85% → 92% (intentional overcommit)
- NodeMemoryPressureTrending: 85% → 92%
- HighService4xxRate: exclude claude-memory (401s from unauth requests are expected)
- mysql-operator memory limit: 512Mi → 580Mi (VPA upperBound 481Mi × 1.2)
This commit is contained in:
Viktor Barzin 2026-03-19 20:25:36 +00:00
parent 21bb3036af
commit e54bc016ba
2 changed files with 10 additions and 10 deletions

View file

@ -81,7 +81,7 @@ resource "helm_release" "mysql_operator" {
memory = "512Mi"
}
limits = {
memory = "512Mi"
memory = "580Mi"
}
}
})]