Add to default grafana folder.
This commit is contained in:
parent
b18047fb27
commit
d7a8a34e0d
1 changed files with 14 additions and 0 deletions
|
@ -83,6 +83,14 @@ spec:
|
||||||
dashboardproviders.yaml:
|
dashboardproviders.yaml:
|
||||||
apiVersion: 1
|
apiVersion: 1
|
||||||
providers:
|
providers:
|
||||||
|
- name: default
|
||||||
|
orgId: 1
|
||||||
|
folder: ""
|
||||||
|
type: file
|
||||||
|
disableDeletion: false
|
||||||
|
editable: true
|
||||||
|
options:
|
||||||
|
path: /var/lib/grafana/dashboards/default
|
||||||
- name: ceph
|
- name: ceph
|
||||||
orgId: 1
|
orgId: 1
|
||||||
folder: Ceph
|
folder: Ceph
|
||||||
|
@ -115,6 +123,12 @@ spec:
|
||||||
jsonData:
|
jsonData:
|
||||||
implementation: prometheus
|
implementation: prometheus
|
||||||
dashboards:
|
dashboards:
|
||||||
|
default:
|
||||||
|
external-dns:
|
||||||
|
# renovate: depName="External-dns"
|
||||||
|
gnetId: 15038
|
||||||
|
revision: 1
|
||||||
|
datasource: Prometheus
|
||||||
ceph:
|
ceph:
|
||||||
ceph-cluster:
|
ceph-cluster:
|
||||||
# renovate: depName="Ceph Cluster"
|
# renovate: depName="Ceph Cluster"
|
||||||
|
|
Reference in a new issue