revert zfs dashboard

This commit is contained in:
Joseph Hanson 2024-10-21 19:30:43 -05:00
parent 7e91167a4c
commit e0fd822691
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 8 additions and 15 deletions

View file

@ -207,13 +207,6 @@ spec:
node-feature-discovery: node-feature-discovery:
url: https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/master/examples/grafana-dashboard.json url: https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/master/examples/grafana-dashboard.json
datasource: Prometheus datasource: Prometheus
zfs:
# renovate: depName="ZFS Details"
gnetId: 19376
revision: 1
datasource:
# - { name: DS_PROMETHEUS, value: Prometheus }
- { name: DS_VICTORIA-METRICS, value: Prometheus }
flux: flux:
flux-cluster: flux-cluster:
url: https://raw.githubusercontent.com/fluxcd/flux2-monitoring-example/main/monitoring/configs/dashboards/cluster.json url: https://raw.githubusercontent.com/fluxcd/flux2-monitoring-example/main/monitoring/configs/dashboards/cluster.json

View file

@ -5,14 +5,14 @@ kind: Kustomization
resources: resources:
- ./helmrelease.yaml - ./helmrelease.yaml
configMapGenerator: configMapGenerator:
# - name: grafana-dashboards - name: grafana-dashboards
# files: files:
# - ./resources/zfs-details.json - ./resources/zfs-details.json
# options: options:
# annotations: annotations:
# kustomize.toolkit.fluxcd.io/substitute: disabled kustomize.toolkit.fluxcd.io/substitute: disabled
# labels: labels:
# grafana_dashboard: "1" grafana_dashboard: "1"
- name: flux-dashboards - name: flux-dashboards
files: files:
- ./resources/flux-logs.json - ./resources/flux-logs.json