с SignalR (websocket), фронт пытается подключиться к ниму, но всегда ошибка:
Failed to start the connection: Error: WebSocket failed to connect. The connection could not be found on the server, either the endpoint may not be a SignalR endpoint, the connection ID is not present on the server, or there is a proxy blocking WebSockets. If you have multiple servers check that sticky sessions are enabled.
Я почти все пробывал:
kubernetes.io/ingress.class: nginx
nginx.org/websocket-services: ""
nginx.org/proxy-read-timeout: "3600"
nginx.org/proxy-send-timeout: "3600"
Такие аннотации, там были примеры с sticky sessions.
Может кто нибудь знает как правильнo ??
Никаких аннотаций не надо, все работает из коробки
Обсуждают сегодня