Fix ingress annotations

This commit is contained in:
Jonny Ervine 2023-09-10 10:28:14 +08:00
parent ca9c722876
commit de78e75554

View File

@ -537,6 +537,9 @@ annotations:
ingress: ingress:
kubernetes.io/ingress.class: nginx kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/backend-protocol: HTTPS nginx.ingress.kubernetes.io/backend-protocol: HTTPS
nginx.ingress.kubernetes.io/configuration-snippet: |
proxy_set_header Upgrade "websocket";
proxy_set_header Connection "Upgrade";
# Kubernetes service account to create/use. # Kubernetes service account to create/use.
serviceAccount: serviceAccount: