chore(argo-workflows): Enable to configure Service Monitor port (#2076)
This commit is contained in:
parent
a0d45ae19a
commit
23b94151c6
2 changed files with 4 additions and 8 deletions
|
|
@ -12,7 +12,7 @@ metadata:
|
|||
spec:
|
||||
endpoints:
|
||||
{{- if .Values.controller.metricsConfig.enabled }}
|
||||
- port: metrics
|
||||
- port: {{ .Values.controller.metricsConfig.servicePortName }}
|
||||
path: {{ .Values.controller.metricsConfig.path }}
|
||||
interval: 30s
|
||||
{{- with .Values.controller.metricsConfig.relabelings }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue