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
14 stars 10 forks source link

Add mgmt server #43

Closed as51340 closed 3 months ago

as51340 commented 3 months ago
as51340 commented 3 months ago

Just a general comment, we will need a liveness probe all the time because we want to have check if Memgraph got stuck at any point.

Priority top to lowest:

  • Liveness
  • Readiness
  • Startup

So maybe we can keep liveness probe but initialDelaySeconds: {{ $.Values.memgraph.probes.liveness.initialDelaySeconds }} can be set to 0, so the check starts as soon as pod is started.

Resolved on the call, moral of the story: We will be adding probes after we have stable HA environment in Kubernetes