Fix ingress annotations
This commit is contained in:
parent
ca9c722876
commit
de78e75554
@ -537,6 +537,9 @@ annotations:
|
||||
ingress:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
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.
|
||||
serviceAccount:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user