FEAT(alertmanager): add ServiceMonitor

- 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
This commit is contained in:
2026-01-04 14:35:08 +09:00
parent 699b31cc67
commit 997893284b
3 changed files with 28 additions and 7 deletions

View File

@@ -13,13 +13,6 @@ resources:
cpu: 10m
memory: 32Mi
# Prometheus ServiceMonitor 설정
serviceMonitor:
enabled: true
additionalLabels:
release: prometheus
namespace: prometheus
# Disable default config - use secret instead
config:
enabled: false