From 0ea6440ea334a67fb0ccf5aae54a95c2847f85b0 Mon Sep 17 00:00:00 2001 From: ZhenYi <434836402@qq.com> Date: Fri, 17 Apr 2026 23:18:00 +0800 Subject: [PATCH] fix(deploy): add proxy-http-version annotation for WebSocket support --- deploy/templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/templates/ingress.yaml b/deploy/templates/ingress.yaml index 32e0b56..c7b8b36 100644 --- a/deploy/templates/ingress.yaml +++ b/deploy/templates/ingress.yaml @@ -12,6 +12,7 @@ metadata: annotations: cert-manager.io/cluster-issuer: cloudflare-acme-cluster-issuer nginx.ingress.kubernetes.io/proxy-body-size: "0" + nginx.ingress.kubernetes.io/proxy-http-version: "1.1" nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" spec: