Update values.yaml
Signed-off-by: venegator <m.venega94@gmail.com>
This commit is contained in:
parent
5f8f315d66
commit
1cbcf9b47f
1 changed files with 3 additions and 0 deletions
|
@ -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 metric’s labels when they collide with the target’s 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: []
|
||||||
|
|
Loading…
Reference in a new issue