FIX(falco): use SM create instead of enabled

- Falco chart uses 'serviceMonitor.create' not 'enabled'
- Add release: prometheus label for Prometheus discovery
This commit is contained in:
2026-01-04 12:37:47 +09:00
parent d4b84305a2
commit 76c5fd8343

View File

@@ -104,8 +104,10 @@ metrics:
# Service Monitor for Prometheus Operator # Service Monitor for Prometheus Operator
serviceMonitor: serviceMonitor:
enabled: true create: true
interval: 30s interval: 30s
labels:
release: prometheus
# Grafana dashboard # Grafana dashboard
grafanaDashboard: grafanaDashboard: