diff --git a/templates/GrafanaDashboard-Ceph.yaml b/templates/GrafanaDashboard-Ceph.yaml new file mode 100644 index 0000000..38d735d --- /dev/null +++ b/templates/GrafanaDashboard-Ceph.yaml @@ -0,0 +1,21 @@ +--- +{{- if .Values.nfc_monitoring.additions.ceph.enabled | default false -}} +apiVersion: grafana.integreatly.org/v1beta1 +kind: GrafanaDashboard +metadata: + name: ceph + namespace: {{ .Values.nfc_monitoring.grafana.namespace }} +spec: + allowCrossNamespaceImport: true + folder: No Fuss Monitoring + resyncPeriod: 1d + instanceSelector: + matchLabels: + app.kubernetes.io/component: graphing + app.kubernetes.io/instance: k8s + app.kubernetes.io/name: grafana + grafanaCom: + id: 2842 + revision: 17 # as @ 19-09-23 + +{{- end -}} \ No newline at end of file