Fix ingress annotations

This commit is contained in:
Jonny Ervine 2023-09-10 10:32:38 +08:00
parent 33ea0f5135
commit 1554a3eef5

View File

@ -538,7 +538,6 @@ 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";