Fix TLS multiplexing for the kubernetes_service in the teleport-cluster helm chart (#10002)

Co-authored-by: Gus Luxton <gus@goteleport.com>
This commit is contained in:
Peter C 2022-03-16 16:37:32 -04:00 committed by GitHub
parent 23b0d6567f
commit 3723b9d472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,9 @@ data:
{{- end }}
kubernetes_service:
enabled: true
{{- if not .Values.proxyListenerMode }}
{{- if eq .Values.proxyListenerMode "multiplex" }}
listen_addr: 0.0.0.0:443
{{- else if not .Values.proxyListenerMode }}
listen_addr: 0.0.0.0:3027
{{- end }}
{{- if .Values.kubeClusterName }}