meilisearch / meilisearch-kubernetes

Meilisearch on Kubernetes Helm charts and manifests
https://www.meilisearch.com
MIT License
212 stars 59 forks source link

fix(statefulset): Use healt endpoint for readiness and liveness Probe #28

Closed HelmutLety closed 3 years ago

HelmutLety commented 3 years ago

Like discussed in #27 the readiness and liveness Probe are not working in production in version 0.17.0, because the frontend is disabled. By calling the health endpoint, which gives us a 204 No Content this will work

@eskombro , be my guest ;)

HelmutLety commented 3 years ago

cool thanks! I can maybe take the issue #29 whenever I have some time

eskombro commented 3 years ago

cool thanks! I can maybe take the issue #29 whenever I have some time

If you ever feel like it, feel more than free! Thanks a lot again :)