Update values.yaml

Signed-off-by: venegator <m.venega94@gmail.com>
This commit is contained in:
venegator 2024-09-12 16:40:38 +02:00 committed by GitHub
parent 5f8f315d66
commit 1cbcf9b47f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -143,6 +143,9 @@ controller:
servicePortName: metrics servicePortName: metrics
# -- Flag to enable headless service # -- Flag to enable headless service
headlessService: false headlessService: false
# -- When true, honorLabels preserves the metrics labels when they collide with the targets labels.
## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#honorlabels
honorLabels: false
# -- ServiceMonitor relabel configs to apply to samples before scraping # -- ServiceMonitor relabel configs to apply to samples before scraping
## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#relabelconfig ## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#relabelconfig
relabelings: [] relabelings: []