refactor(monitoring): disable node-exporter and kube-state-metrics
These components are installed by main cluster monitoring
This commit is contained in:
parent
e857f4827b
commit
95a90ea62b
1 changed files with 6 additions and 0 deletions
|
|
@ -6,6 +6,12 @@ kube-prometheus-stack:
|
||||||
prometheusOperator:
|
prometheusOperator:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
nodeExporter:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
kubeStateMetrics:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
prometheusSpec:
|
prometheusSpec:
|
||||||
serviceMonitorSelectorNilUsesHelmValues: false
|
serviceMonitorSelectorNilUsesHelmValues: false
|
||||||
|
|
|
||||||
Reference in a new issue