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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user