feat(mon/victoria-logs): enable bundled Grafana dashboards

This commit is contained in:
2026-06-19 15:27:39 +03:00
parent bd3b1eb18d
commit 77ac732143
@@ -41,3 +41,11 @@ spec:
memory: 128Mi
limits:
memory: 512Mi
# Ship the chart's dashboards (victorialogs-single-node, vector-k8s-monitoring)
# as ConfigMaps; the grafana_dashboard label makes the vmstack Grafana
# dashboard sidecar import them automatically.
dashboards:
enabled: true
labels:
grafana_dashboard: "1"