memgraph / helm-charts

Helm charts for deploying Memgraph, an open-source in-memory graph database.
https://memgraph.github.io/helm-charts/
Apache License 2.0
13 stars 9 forks source link

Fix: Add correct url for liveness/readiness of Lab #29

Closed tonilastre closed 2 months ago

tonilastre commented 2 months ago

The URL / is really slow to be used for the liveness/readiness of the Lab because it loads the front end and returns the full code along with the HTML application code.

Url /check is the one that should be used instead because it is simple, fast, and does no processing at all.