Skip to content

Commit 7abcd46

Browse files
anoop7181LEDfan
authored andcommitted
Support for AKS nginx ingress
For AKS, the nginx blocks the websocket connection and adding the annotation below fixes it. Nginx support websocket application with below annotation nginx.org/websocket-services: "skipper-ingress" https://docs.nginx.com/nginx-ingress-controller/configuration/ingress-resources/advanced-configuration-with-annotations/
1 parent 4d95d48 commit 7abcd46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • docs/deployment/overlays/1-namespaced-hpa/skipper

docs/deployment/overlays/1-namespaced-hpa/skipper/ingress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ metadata:
99
nginx.ingress.kubernetes.io/session-cookie-expires: "172800"
1010
nginx.ingress.kubernetes.io/session-cookie-max-age: "172800"
1111
nginx.ingress.kubernetes.io/session-cookie-name: rout
12+
nginx.org/websocket-services: "skipper-ingress"
1213
kubernetes.io/ingress.class: "nginx"
1314
spec:
1415
rules:

0 commit comments

Comments
 (0)