Drone on Kubernetes behind haproxy has no layout

I’m trying to run drone on Google Container Engine. Although I have everything up and running there’s no layout. Even though the developer console says all css loads perfectly fine.

Could this have anything to do with websockets? I’m using haproxy for TLS termination as a sidecar container. The websocket status is 101 and stays at pending. Is that normal?

It turns out that Cloudflare was minified the css and it broke because of that. Disabling that fixed the issue.