featurehub-io / featurehub-helm

Official FeatureHub Helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

health check broken after set featurehub.url-path

felpasl opened this issue · comments

after set custom url for reverse proxy, on environment variable featurehub.url-path the health check fail, causing crash loop.

Hi there, could you give me a bit more context please? I just ran MR up (for example), with a url context path of /fred and then went to curl -v localhost:8701/health/liveness and it comes back with a 200 OK.

I have the same problem, using the helm chart when featurehub.url-path is set to /foo/featurehub health checks fail on the base url but localhost:8701/foo/featurehub/health/liveness returns 200

@Airwarfare If you could check the associated PR please?