[ci skip] fix post-NFS-migration issues: MySQL GR, Loki, grampsweb, alerts

- Loki: reduce memory limit from 6Gi to 4Gi (within LimitRange max)
- Grampsweb: increase memory to 2Gi (was OOMKilled at 512Mi)
- Fix PostgreSQLDown alert: check pod readiness instead of deployment
- Fix MySQLDown alert: check StatefulSet replicas instead of deployment
- Fix RedisDown alert: check StatefulSet replicas instead of deployment
- Fix NFSServerUnresponsive: aggregate all NFS versions cluster-wide
- Fix Uptime Kuma healthcheck: handle nested list heartbeat format
- Update etcd backup image to registry.k8s.io/etcd:3.6.5-0
This commit is contained in:
Viktor Barzin 2026-03-03 21:10:26 +00:00
parent 065090dfe0
commit a8e07ad930
No known key found for this signature in database
GPG key ID: 0EB088298288D958
6 changed files with 44 additions and 15 deletions

View file

@ -70,10 +70,10 @@ singleBinary:
resources:
requests:
cpu: 250m
memory: 4Gi
memory: 2Gi
limits:
cpu: "1"
memory: 6Gi
memory: 4Gi
# Zero out replica counts of other deployment modes
backend: