Is there a way to make a kubernetes service available under multiple paths via traefik ingress, but sending requests to the backend only with one path?
e.g. https://example.com/mainpath/api
and https://example.com/otherpath/api
should both send requests with /mainpath/api
to the backend