I’m still facing the same issue. When I use the local socket URL (localhost:8083), the socket connects successfully, but with the deployed socket URL, the connection continuously connects and disconnects. I will provide i detail.
Connection while using localhost
Here is the deployed socket url
Values.yaml
ingress:
enabled: true
className: "nginx"
annotations:
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/rewrite-target: /$2
appgw.ingress.kubernetes.io/backend-protocol: "http"
appgw.ingress.kubernetes.io/request-timeout: "60"
appgw.ingress.kubernetes.io/proxy-set-header: "Upgrade $http_upgrade"
appgw.ingress.kubernetes.io/proxy-set-header.Connection: "upgrade"
hosts:
- host:
paths:
- path: /nodeserver(/|$)(.*)
pathType: ImplementationSpecific