We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm having trouble configuring cloudamqp/websocket-tcp-relay behind ingress in a Kubernetes cluster
ingress annotations are as following:
annotations: kubernetes.io/ingress.class: nginx nginx.ingress.kubernetes.io/configuration-snippet: |- proxy_http_version 1.1; proxy_set_header Upgrade "websocket"; proxy_set_header Connection "Upgrade"; nginx.ingress.kubernetes.io/proxy-body-size: 2500m nginx.ingress.kubernetes.io/proxy-read-timeout: '1800' nginx.ingress.kubernetes.io/proxy-send-timeout: '1800' nginx.org/websocket-services: websocket-tcp-relay nginx.ingress.kubernetes.io/protocol: "WebSocket" nginx.ingress.kubernetes.io/upgrade-websocket: "true"
spec: tls: - hosts: - <domain> secretName: websocket-tcp-relay-tls rules: - host: <domain> http: paths: - path: / pathType: Prefix backend: service: name: websocket-tcp-relay port: number: 15670
Are there any instructions on how to implement this setup ?
The text was updated successfully, but these errors were encountered:
ever figure this out @KhalilAwada i'm working on this right now.... azure aks if it helps.
Sorry, something went wrong.
No branches or pull requests
I'm having trouble configuring cloudamqp/websocket-tcp-relay behind ingress in a Kubernetes cluster
ingress annotations are as following:
Are there any instructions on how to implement this setup ?
The text was updated successfully, but these errors were encountered: