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 am quite new to kubernetes, so I am unsure what the benefit of using ImplementationSpecific is, but I ran into an issue of the ingress not working. In particular, I would get 404 errors whenever the path differed from root and by changing the pathType to prefix, I managed to resolve the issue. I use the cilium ingress controller and maybe, this is just a result of my particular choice of ingress controller, but I thought it might be nice to set the default pathType of the Helm Chart to be Prefix. To my understanding, this should work universally for all ingress controllers.
The text was updated successfully, but these errors were encountered:
Hi, sorry for my late response. You are right; Prefix pathType would be a better option. However, at the moment, I need to consider backward compatibility. I will try it.
I am quite new to kubernetes, so I am unsure what the benefit of using ImplementationSpecific is, but I ran into an issue of the ingress not working. In particular, I would get 404 errors whenever the path differed from root and by changing the pathType to prefix, I managed to resolve the issue. I use the cilium ingress controller and maybe, this is just a result of my particular choice of ingress controller, but I thought it might be nice to set the default pathType of the Helm Chart to be Prefix. To my understanding, this should work universally for all ingress controllers.
The text was updated successfully, but these errors were encountered: