From de78e75554a62c3fd94850daa506ad075613cc26 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Sun, 10 Sep 2023 10:28:14 +0800 Subject: [PATCH] Fix ingress annotations --- teleport-cluster/values-home.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/teleport-cluster/values-home.yaml b/teleport-cluster/values-home.yaml index 252102f..62f7cda 100644 --- a/teleport-cluster/values-home.yaml +++ b/teleport-cluster/values-home.yaml @@ -537,6 +537,9 @@ annotations: ingress: kubernetes.io/ingress.class: nginx nginx.ingress.kubernetes.io/backend-protocol: HTTPS + nginx.ingress.kubernetes.io/configuration-snippet: | + proxy_set_header Upgrade "websocket"; + proxy_set_header Connection "Upgrade"; # Kubernetes service account to create/use. serviceAccount: