79323715

Date: 2025-01-02 12:38:58
Score: 4
Natty:
Report link

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 enter image description here

Here is the deployed socket url enter image description here enter image description here

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
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Raghu