mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
monitoring: disabling grafana-related resources
This commit is contained in:
parent
da60a51693
commit
2402b7fce6
1 changed files with 3 additions and 1 deletions
|
|
@ -49,8 +49,10 @@ prometheus-operator:
|
|||
kubeProxy:
|
||||
enabled: false
|
||||
kubeStateMetrics:
|
||||
enabled: false
|
||||
enabled: true
|
||||
nodeExporter:
|
||||
enabled: true
|
||||
grafana:
|
||||
enabled: false
|
||||
# because of https://github.com/helm/helm/issues/4490
|
||||
kubeStateMetrics:
|
||||
|
|
|
|||
Loading…
Reference in a new issue