Kubernetes Ingress Nginx configuration for Websocket support #5144
niklasfrick
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I'm a bit confused as to why this is required; according to the upstream Ingress-nginx docs websockets should work out of the box, but in my experience the config snippet (which in turn requires enabling the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to share my Helm values for configuring Ingress Nginx to support WebSockets. This configuration has been working well for me, and I thought it might be helpful for others.
First, it's important to note that
allowSnippetAnnotations
must be set totrue
in the Ingress Nginx config for this to work.Here are the annotations I'm using in my Helm values for the ingress (make sure to adjust it to your setup/helm chart if necessary):
Beta Was this translation helpful? Give feedback.
All reactions