pajikos/home-assistant-helm-chart

Default pathType is ImplementationSpecific

Opened this issue · 0 comments

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.