mirror of
https://github.com/nold360/hive-apps
synced 2025-02-22 17:01:41 +00:00
fix(prometheus): prometheus-community/helm-charts/issues/418
This commit is contained in:
parent
5774b57173
commit
160942257e
1 changed files with 4 additions and 7 deletions
|
@ -807,14 +807,11 @@ prometheus-node-exporter:
|
||||||
prometheusOperator:
|
prometheusOperator:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
admissionWebhooks:
|
tls:
|
||||||
patch:
|
enabled: true
|
||||||
enabled: false
|
|
||||||
|
|
||||||
# Use certmanager to generate webhook certs
|
admissionWebhooks:
|
||||||
certManager:
|
enabled: true
|
||||||
enabled: false
|
|
||||||
##
|
|
||||||
|
|
||||||
## If true, the operator will create and maintain a service for scraping kubelets
|
## If true, the operator will create and maintain a service for scraping kubelets
|
||||||
## 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue