Fix ingress annotations

This commit is contained in:
Jonny Ervine 2023-09-10 10:30:33 +08:00
parent de78e75554
commit 33ea0f5135

View File

@ -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";