Skip to content

Commit af3fb8d

Browse files
committed
GrafanaDahboard deployment script
1 parent bc79611 commit af3fb8d

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
apiVersion: grafana.integreatly.org/v1beta1
3+
kind: GrafanaDashboard
4+
metadata:
5+
name: openshif-cnsa-cluster-overview
6+
spec:
7+
folder: "my-folder"
8+
instanceSelector:
9+
matchLabels:
10+
dashboards: "my-dashboards"
11+
url: "https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-bridge-for-grafana/refs/heads/master/examples/grafana_dashboards/CNSA_with_openshift_monitoring/Openshift%20cluster%20and%20IBM%20Storage%20Scale%20cloud%20native%20project%20overview-1746187774085.json"
12+
---
13+
apiVersion: grafana.integreatly.org/v1beta1
14+
kind: GrafanaDashboard
15+
metadata:
16+
name: cnsa-components-health-overview
17+
spec:
18+
folder: "my-folder"
19+
instanceSelector:
20+
matchLabels:
21+
dashboards: "my-dashboards"
22+
url: "https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-bridge-for-grafana/refs/heads/master/examples/grafana_dashboards/CNSA_with_openshift_monitoring/Component%20health%20view%20by%20node%20selection%20for%20IBM%20Storage%20Scale%20container%20native-1746187932964.json"
23+
---
24+
apiVersion: grafana.integreatly.org/v1beta1
25+
kind: GrafanaDashboard
26+
metadata:
27+
name: cnsa-component-entities-overview
28+
spec:
29+
folder: "my-folder"
30+
instanceSelector:
31+
matchLabels:
32+
dashboards: "my-dashboards"
33+
url: "https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-bridge-for-grafana/refs/heads/master/examples/grafana_dashboards/CNSA_with_openshift_monitoring/Component%20entities%20health%20details%20for%20IBM%20Storage%20Scale%20container%20native-1746187960827.json"

0 commit comments

Comments
 (0)