Can’t seem to get this working and need help on where I am going wrong. Have an old PHP app subpathed at /admin. ingress-nginx forwards the traffic for it to an nginx server running in the Pod. I’ve verified I can do the following and it serves the assets correctly: kubectl port-forward <admin-pod> 4000:4000 skaffold dev –port-forward docker run -p