You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The traefik-route-k8s doesn't generate rules with the stripPrefix middleware, while the "ingress-per-app" does so.
Is this intentional? Is that middleware not needed with ingress-per-unit?
The middleware is not strictly needed in any routing mode. However, it often makes a lot of sense to have it to simplify reverse proxying. I just think no one has asked for this middleware to be available in the route charm, so no time has been invested in adding it.
Bug Description
The traefik-route-k8s doesn't generate rules with the
stripPrefix
middleware, while the "ingress-per-app" does so.Is this intentional? Is that middleware not needed with
ingress-per-unit
?An example rule rendered by
To Reproduce
juju deploy traefik-route-k8s root_url=...
juju deploy traefik-k8s
juju deploy prometheus-k8s
juju relate traefik-route-k8s prometheus-k8s
juju relate traefik-route-k8s traefik-k8s
Environment
n/a
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: