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

Persistent Storage with Existing Claim and other improvments #26

Closed pamanseau closed 2 months ago

pamanseau commented 3 months ago

Added features:

Variables used for persistence were changed. Documentation not yet updated.

pamanseau commented 3 months ago

I tested different configurations and made corrections and improvements to the helm chart Fixed the image tag version without mage

pamanseau commented 2 months ago

I am just not sure about this existing claim, can you clarify why it is critical to have it and how do you leverage this? Does the current setup claim the same PVC from the previous deployment if you use the same deployment name?

@antejavor existingClaim is used if your storage class retain the previously created PVC or you created a PVC manually (that is my case).