- Add PrometheusRule to alert when containers are OOMKilled - Severity: warning, fires immediately
7 lines
163 B
YAML
7 lines
163 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- manifests/servicemonitor.yaml
|
|
- manifests/secret.yaml
|
|
- manifests/oom-alert-rule.yaml
|