Kubernetes example configuration question

Hello, just a clarification about the configuration example at Install with K8S // Baserow

You define an envvar for PRIVATE_BACKEND_URL as http://backend

As far as I know, it should allow the front service to request directly to backend service without going through ingress flow.

My problem is that you define a backend-asgi service and a backend-wsgi service but no backend service thus I don’t understand how the http://backend can direct a request appropriately.

Sorry if I miss an obvious point.

Hi @philippelt, it seems like the k8s example configuration is wrong. The PRIVATE_BACKEND_URL should be http://backend-wsgi. Good catch! I’ll update it in the docs.