- Create servicemonitor.yaml for Prometheus to scrape Alertmanager - alertmanager chart does not include ServiceMonitor, must be added separately - Enables Grafana Alertmanager dashboard to display data
7 lines
152 B
YAML
7 lines
152 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ingress.yaml
|
|
- servicemonitor.yaml
|
|
- vault/alertmanager-secrets.yaml
|