diff --git a/incubator/haproxy-ingress/Chart.yaml b/incubator/haproxy-ingress/Chart.yaml index 4652b76577..229f9bdffa 100644 --- a/incubator/haproxy-ingress/Chart.yaml +++ b/incubator/haproxy-ingress/Chart.yaml @@ -1,5 +1,5 @@ name: haproxy-ingress -version: 0.0.8 +version: 0.0.9 appVersion: 0.7.0 home: https://github.com/jcmoraisjr/haproxy-ingress description: Ingress controller implementation for haproxy loadbalancer. diff --git a/incubator/haproxy-ingress/templates/controller-service.yaml b/incubator/haproxy-ingress/templates/controller-service.yaml index 560480fd38..2cfafe488a 100644 --- a/incubator/haproxy-ingress/templates/controller-service.yaml +++ b/incubator/haproxy-ingress/templates/controller-service.yaml @@ -56,7 +56,7 @@ spec: nodePort: {{ .nodePort }} {{- end }} {{- end }} - {{- range $key, $value := .Values.tcp }} + {{- range $key, $value := .Values.controller.tcp }} - name: "{{ $key }}-tcp" port: {{ $key }} protocol: TCP