Deploying streamlit on Kubernetes

I’ve deployed a streamlit app to a Kubernetes cluster. I’m using the default config (no server.enableCORS or server.port or browser.serverAdress tweaks as mentioned in other threads here). I’m using a load balancer that wires requests from https://my-streamlit-app.my-domain.com/ (hence port 80) to …