Chart: Add controller.metrics.service.enabled. (#12056)

This commit is contained in:
Myst 2024-10-01 07:21:49 +02:00 committed by GitHub
parent 03affadd36
commit f3bfa56c61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 3 deletions

View file

@ -844,6 +844,8 @@ controller:
# if this port is changed, change healthz-port: in extraArgs: accordingly
enabled: false
service:
# -- Enable the metrics service or not.
enabled: true
annotations: {}
# prometheus.io/scrape: "true"
# prometheus.io/port: "10254"