diff --git a/haproxy-ingress/templates/_podtemplate.yaml b/haproxy-ingress/templates/_podtemplate.yaml index 0e3581d..fe62a83 100644 --- a/haproxy-ingress/templates/_podtemplate.yaml +++ b/haproxy-ingress/templates/_podtemplate.yaml @@ -71,7 +71,7 @@ spec: {{- include "haproxy-ingress.controller.ports" . | indent 8 }} {{- end }} {{- if .Values.controller.metrics.enabled }} - - name: controller-metrics + - name: ctrl-metrics containerPort: {{ .Values.controller.metrics.controllerPort }} protocol: TCP {{- end }}