I'm running zoneminder as a pod that responds to the path "/zm." Right now, if I hit the main URL, I get a default index page, and I have to manually add the /zm path to my URL.
I would like to basically like to add "/zm" to the path for a backend service so that zoneminder.example.com goes to "zoneminder.svc/zm".
Long story short, I want to do nginx ingress & rewrite-target but in reverse.
I played with the annotation "nginx.ingress.kubernetes.io/rewrite-target" but nothing worked.