Update workflow-controller-servicemonitor.yaml
Signed-off-by: venegator <m.venega94@gmail.com>
This commit is contained in:
parent
7c8bbd62e8
commit
5f8f315d66
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,9 @@ spec:
|
|||
metricRelabelings:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.metricsConfig.honorLabels }}
|
||||
honorLabels: true
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.telemetryConfig.enabled }}
|
||||
- port: telemetry
|
||||
|
@ -37,6 +40,9 @@ spec:
|
|||
metricRelabelings:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.metricsConfig.honorLabels }}
|
||||
honorLabels: true
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with .Values.controller.metricsConfig.targetLabels }}
|
||||
targetLabels:
|
||||
|
|
Loading…
Reference in a new issue