21
templates/GrafanaDashboard-Ceph.yaml
Normal file
21
templates/GrafanaDashboard-Ceph.yaml
Normal file
@ -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 -}}
|
Reference in New Issue
Block a user