Skip to content

Draft: Ingress websockets for hugo and maybe code-server

Mike Terhar requested to merge ingress-websockets into kubernetes

The way hugo does live-reloading is to open a websocket connection. This doesn't make it through the ingress controller as it's currently setup.

Need to add the upgrade connection to the yaml definition.

Merge request reports