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
You can see that the first GET /mattermost is followed by GET /static when only GET /mattermost/static would work since the Ingress will ignore anything that doesn't start with mattermost... I've used this approach with other workloads that prefer to run under /. But no success here.
Is there a recipe to run Mattermost Team Edition behind Nginx with path-based routing. E.g.:
I'm so far unable to Helm install MM team with path based ingress routing on Nginx. I'm installing this way:
My ingress values are:
Note - the Ingress template doesn't support setting
pathType
so I hand-patch that. (See PR.)But even so, the Nginx logs have:
You can see that the first
GET /mattermost
is followed byGET /static
when onlyGET /mattermost/static
would work since the Ingress will ignore anything that doesn't start withmattermost
... I've used this approach with other workloads that prefer to run under/
. But no success here.Is there a recipe to run Mattermost Team Edition behind Nginx with path-based routing. E.g.:
https://my-particular-host/mattermost
The use case supports running in Kubernetes clusters without host-based routing. So each workload gets a path. E.g.:
Thanks!
The text was updated successfully, but these errors were encountered: