haproxy-ingress: use .controller.tcp to set up TCP ports on controller service (#11977)

Signed-off-by: Peter Gardfjäll <peter.gardfjall.work@gmail.com>
This commit is contained in:
Peter Gardfjäll
2019-03-07 00:46:58 -08:00
committed by Kubernetes Prow Robot
parent 40b64a7434
commit a37e4432b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
@@ -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