revert zfs dashboard
This commit is contained in:
parent
7e91167a4c
commit
e0fd822691
2 changed files with 8 additions and 15 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue