FEAT(alertmanager): add OOMKilled alert rule

- Add PrometheusRule to alert when containers are OOMKilled
- Severity: warning, fires immediately
This commit is contained in:
2026-01-09 15:09:43 +09:00
parent 539f4be497
commit e3c615b5c1
2 changed files with 22 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ kind: Kustomization
resources:
- manifests/servicemonitor.yaml
- manifests/secret.yaml
- manifests/oom-alert-rule.yaml