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:
|
||||
enabled: false
|
||||
|
||||
nodeExporter:
|
||||
enabled: false
|
||||
|
||||
kubeStateMetrics:
|
||||
enabled: false
|
||||
|
||||
prometheus:
|
||||
prometheusSpec:
|
||||
serviceMonitorSelectorNilUsesHelmValues: false
|
||||
|
|
|
|||
Reference in a new issue