Ability to serve webapps with rewrite target under subpaths while appending slashes #12966
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
The following is an ingress from the docs with an added rewrite rule to append a slash
The ingress can be summarized as following:
/something/
/something
to/something/
/something
We're currently in the process of phasing out configuration-snippet but we don't know how to best accomplish the combination of the three points above.
ImplementationSpecific
paths, so something likehttp://nginx.ingress.kubernetes.io/app-root
that works for all paths would be okPrefix
paths even better (they should autoredirect appending the slash out of the box)Note: I've posted about this in slack but didn't get a solution there (yet)
The text was updated successfully, but these errors were encountered: