mirror of
https://github.com/nold360/hive-apps
synced 2024-12-23 06:01:18 +00:00
fix(prometheus): disabled kubelet service
This commit is contained in:
parent
2da80d4f29
commit
e8d7b41ef7
1 changed files with 1 additions and 1 deletions
|
@ -817,7 +817,7 @@ prometheusOperator:
|
||||||
## ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/helm/prometheus-operator/README.md
|
## ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/helm/prometheus-operator/README.md
|
||||||
##
|
##
|
||||||
kubeletService:
|
kubeletService:
|
||||||
enabled: true
|
enabled: false
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
## Use '{{ template "kube-prometheus-stack.fullname" . }}-kubelet' by default
|
## Use '{{ template "kube-prometheus-stack.fullname" . }}-kubelet' by default
|
||||||
name: ""
|
name: ""
|
||||||
|
|
Loading…
Reference in a new issue