chore: migrate chart to public repo #8

Merged
jon_nfc merged 61 commits from genesis into development 2023-09-27 05:24:51 +00:00
106 changed files with 8437 additions and 0 deletions
Showing only changes of commit e7480105f7 - Show all commits

1281
files/dashboard-summary.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,19 @@
---
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDashboard
metadata:
name: cluster-summary
namespace: grafana
spec:
allowCrossNamespaceImport: false
folder: No Fuss Monitoring
resyncPeriod: 30s
instanceSelector:
matchLabels:
app.kubernetes.io/component: graphing
app.kubernetes.io/instance: k8s
app.kubernetes.io/name: grafana
{{ $Dashboard := .Files.Get "files/dashboard-summary.json" | fromJson }}
json: >-
{{ $Dashboard | toRawJson }}