Cannot connect to websocket server using kubernetes
habibali95 opened this issue · 0 comments
habibali95 commented
Hello,
Im deploying Omnidb with kubernetes,
i cant find the right service/ingress configuration to establish the websocket connection.
the current configs are :
-service with port 25482 and 80 as a targetPort
-an ingress targeting that service
but still when inspect the navigator, the url that's being invoked to establish the websocket connection is attached with the port 25482 instead of 80
im using nginx as ingress controller,
any help would be relly appreciated!