mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
40b64a7434
commit
a37e4432b5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user