feat(argo-rollouts): add service monitor relabeling configs (#1972)
Signed-off-by: Aniek Gul <13356402+aniekgul@users.noreply.github.com> Co-authored-by: Aikawa <yu.croco@gmail.com>
This commit is contained in:
parent
aef554340f
commit
d2853afc24
4 changed files with 16 additions and 2 deletions
|
|
@ -116,6 +116,10 @@ controller:
|
|||
additionalLabels: {}
|
||||
# -- Annotations to be added to the ServiceMonitor
|
||||
additionalAnnotations: {}
|
||||
# -- RelabelConfigs to apply to samples before scraping
|
||||
relabelings: []
|
||||
# -- MetricRelabelConfigs to apply to samples before ingestion
|
||||
metricRelabelings: []
|
||||
|
||||
# -- Configure liveness [probe] for the controller
|
||||
# @default -- See [values.yaml]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue