From 2bfefb09ca676a9a968bf229f582c92c0127db6f Mon Sep 17 00:00:00 2001 From: Peter C Date: Wed, 16 Mar 2022 16:37:32 -0400 Subject: [PATCH] Fix TLS multiplexing for the kubernetes_service in the teleport-cluster helm chart (#10002) Co-authored-by: Gus Luxton --- examples/chart/teleport-cluster/templates/config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/chart/teleport-cluster/templates/config.yaml b/examples/chart/teleport-cluster/templates/config.yaml index d86d63e4901e4..cb6bf444816e7 100644 --- a/examples/chart/teleport-cluster/templates/config.yaml +++ b/examples/chart/teleport-cluster/templates/config.yaml @@ -60,7 +60,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 }}