expose workflow metrics port (#121)
This commit is contained in:
parent
d99ab90a6d
commit
9273c610ce
2 changed files with 5 additions and 1 deletions
|
|
@ -48,3 +48,7 @@ spec:
|
|||
fieldPath: metadata.namespace
|
||||
resources:
|
||||
{{- toYaml .Values.controller.resources | nindent 12 }}
|
||||
{{- if .Values.controller.metricsConfig.enabled }}
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue