Hey there,
I'm trying to deploy two services (argo workflows and argo cd) to /argowf and /argocd respectively.
The issue is that when you visit either, they redirect from "/" to, eg, "/workflows/namespace". What I'd like is to visit /argowf, have "/argowf" stripped on the way to the app, and added back in on the way out, so that my browser still shows /argowf/workflows/namespace. Is this possible?
Is there a way to achieve this behaviour? Can paths be rewritten on the way out of a service at all, or would this have to be solved by changing the back end service code?
I'm on traefik 2.4.6 on gke kubernetes (helm install).
Thanks in advance!