expose metrics port of workflow controller
This commit is contained in:
parent
d99ab90a6d
commit
e239d1d288
1 changed files with 4 additions and 0 deletions
|
@ -48,3 +48,7 @@ spec:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.controller.resources | nindent 12 }}
|
{{- toYaml .Values.controller.resources | nindent 12 }}
|
||||||
|
{{- if .Values.controller.metricsConfig.enabled }}
|
||||||
|
ports:
|
||||||
|
- containerPort: 8080
|
||||||
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue