From a37e4432b5c31bef9773d69a537f2aa26de0ee82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Gardfj=C3=A4ll?= Date: Thu, 7 Mar 2019 09:46:58 +0100 Subject: [PATCH] haproxy-ingress: use .controller.tcp to set up TCP ports on controller service (#11977) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter GardfjÀll --- incubator/haproxy-ingress/Chart.yaml | 2 +- incubator/haproxy-ingress/templates/controller-service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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