From 33ea0f51356761a83de513a4eec9cd34879360fa Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Sun, 10 Sep 2023 10:30:33 +0800 Subject: [PATCH] Fix ingress annotations --- teleport-cluster/values-home.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/teleport-cluster/values-home.yaml b/teleport-cluster/values-home.yaml index 62f7cda..d76dd8f 100644 --- a/teleport-cluster/values-home.yaml +++ b/teleport-cluster/values-home.yaml @@ -538,6 +538,7 @@ annotations: kubernetes.io/ingress.class: nginx nginx.ingress.kubernetes.io/backend-protocol: HTTPS nginx.ingress.kubernetes.io/configuration-snippet: | + proxy_http_version 1.1; proxy_set_header Upgrade "websocket"; proxy_set_header Connection "Upgrade";