featurehub-io / featurehub-helm

Official FeatureHub Helm charts
4 stars 4 forks source link

health check broken after set featurehub.url-path #3

Closed felpasl closed 1 year ago

felpasl commented 2 years ago

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

rvowles commented 2 years ago

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.

Airwarfare commented 1 year ago

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

rvowles commented 1 year ago

@Airwarfare If you could check the associated PR please?