diff --git a/charts/argo/templates/workflow-controller-deployment.yaml b/charts/argo/templates/workflow-controller-deployment.yaml index b32385be..855373d3 100644 --- a/charts/argo/templates/workflow-controller-deployment.yaml +++ b/charts/argo/templates/workflow-controller-deployment.yaml @@ -48,3 +48,7 @@ spec: fieldPath: metadata.namespace resources: {{- toYaml .Values.controller.resources | nindent 12 }} + {{- if .Values.controller.metricsConfig.enabled }} + ports: + - containerPort: 8080 + {{- end }}