monitoring: add kube-state-metrics and node-exporter

This commit is contained in:
Andrey Kartashov 2020-06-20 20:49:50 +07:00
parent 86c14bb04b
commit a200111cf8
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
dependencies:
- name: prometheus-operator
version: '8.2.0'
version: '8.15.5'
repository: '@stable'

View file

@ -13,7 +13,6 @@ prometheus-operator:
serviceMonitor:
selfMonitor: false
prometheusSpec:
version: v2.14.0
replicas: 1
securityContext:
runAsUser: 1000
@ -55,8 +54,8 @@ prometheus-operator:
enabled: false
# because of https://github.com/helm/helm/issues/4490
kubeStateMetrics:
enabled: false
enabled: true
nodeExporter:
enabled: false
enabled: true
grafana:
enabled: false