fix(mycloud-matrix): add grafana dashboard for sliding-sync

This commit is contained in:
WrenIX 2024-08-25 06:13:14 +02:00
parent c8208bd150
commit 6c165e50e1
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -70,4 +70,12 @@ spec:
enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }}
labels:
{{- toYaml .Values.commons.prometheus.monitor.labels | nindent 10 }}
grafana:
dashboards:
enabled: true
labels:
{{- toYaml .Values.commons.grafana.dashboards.labels | nindent 10 }}
annotations:
{{- toYaml .Values.commons.grafana.dashboards.annotations | nindent 10 }}
{{- end }}{{/* end-if .server.sldingSync.enabled */}}