FEAT(grafana): enable grafana dashboard

- auto-creation for cnpg operator
Add monitoring.grafanaDashboard.create=true to automatically deploy
the official CNPG Grafana dashboard as a ConfigMap that Grafana can
discover and import.
This commit is contained in:
2025-12-27 22:26:48 +09:00
parent a76543660b
commit 4c408901e6

View File

@@ -33,6 +33,12 @@ monitoring:
# Enable Prometheus PodMonitor # Enable Prometheus PodMonitor
podMonitorEnabled: true podMonitorEnabled: true
# Enable Grafana Dashboard auto-creation
grafanaDashboard:
create: true
labels:
grafana_dashboard: "1" # Label for Grafana sidecar to discover dashboards
# Webhook configuration # Webhook configuration
webhook: webhook:
port: 9443 port: 9443