How to configure kubernetes ingress and/or container nginx configuration for SPA root path?
I am working on an app where multiple pieces are hosted on kubernetes. Namely a static web app and a backend service. The static web app accesses the web service and they are hosted in their own respective deployments with ClusterIP. In my team, we are the first ones in the organization to try kubernetes deployment. We do not have access to full-time kubernetes IT staff. My role is a developer.