CHORE(grafana): disable cnpg grafana dashboard

- auto-creation
Dashboard JSON exceeds Kubernetes ConfigMap annotation size limit.
Dashboard can be manually imported from Grafana.com (ID: 20417).
This commit is contained in:
2025-12-27 22:28:16 +09:00
parent 4c408901e6
commit 9276070f86

View File

@@ -33,11 +33,11 @@ monitoring:
# Enable Prometheus PodMonitor # Enable Prometheus PodMonitor
podMonitorEnabled: true podMonitorEnabled: true
# Enable Grafana Dashboard auto-creation # Grafana Dashboard auto-creation disabled due to ConfigMap size limit
# Dashboard can be manually imported from Grafana.com (ID: 20417)
# https://grafana.com/grafana/dashboards/20417-cloudnativepg/
grafanaDashboard: grafanaDashboard:
create: true create: false
labels:
grafana_dashboard: "1" # Label for Grafana sidecar to discover dashboards
# Webhook configuration # Webhook configuration
webhook: webhook: