fix(mycloud-matrix): add grafana dashboard for sliding-sync
This commit is contained in:
parent
c8208bd150
commit
6c165e50e1
1 changed files with 8 additions and 0 deletions
|
@ -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 */}}
|
||||
|
|
Loading…
Add table
Reference in a new issue