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
I raised this issue: #166 which was supposed to fix compatibility with aws alb's.
It achieved that goal but also introduced breaking changes for those using the nginx controller as outlined in the comments to the PR here: #180 (comment)
the default values now do not work for nginx controller, and the ingress path has to be changed from /* to / in order for the ingress to not return a 404.
we should document both.
The text was updated successfully, but these errors were encountered:
I raised this issue: #166 which was supposed to fix compatibility with aws alb's.
It achieved that goal but also introduced breaking changes for those using the nginx controller as outlined in the comments to the PR here: #180 (comment)
the default values now do not work for nginx controller, and the ingress path has to be changed from
/*
to/
in order for the ingress to not return a 404.we should document both.
The text was updated successfully, but these errors were encountered: