From 23e2cf7d08e4baaaf2f4bd811f8fbdfcc93cfe94 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 13 Jun 2025 13:38:28 +0100 Subject: [PATCH] Remove config snippet Signed-off-by: Marcus Noble --- manifests/auth-proxy/non-auth-ingress.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/manifests/auth-proxy/non-auth-ingress.yaml b/manifests/auth-proxy/non-auth-ingress.yaml index 144f26e..2ee0baf 100644 --- a/manifests/auth-proxy/non-auth-ingress.yaml +++ b/manifests/auth-proxy/non-auth-ingress.yaml @@ -8,11 +8,6 @@ metadata: nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" - nginx.ingress.kubernetes.io/configuration-snippet: | - proxy_http_version 1.1; - proxy_set_header Upgrade "websocket"; - proxy_set_header Connection "Upgrade"; - proxy_set_header Host $host; spec: ingressClassName: nginx tls: