taivokasper / docker-omnidb

OmniDB installed into a Docker container
36 stars 19 forks source link

Cannot connect to websocket server using kubernetes #33

Closed habibali95 closed 3 years ago

habibali95 commented 3 years ago

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!