From a2c60c6c6ae26ae9a5baf2debb887c2751e121f9 Mon Sep 17 00:00:00 2001 From: Ante Javor Date: Fri, 2 Aug 2024 10:06:31 +0200 Subject: [PATCH] Add notes. --- charts/memgraph-high-availability/README.md | 4 ++-- charts/memgraph-high-availability/templates/NOTES.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/memgraph-high-availability/README.md b/charts/memgraph-high-availability/README.md index cf7ce5f..ac7dbad 100644 --- a/charts/memgraph-high-availability/README.md +++ b/charts/memgraph-high-availability/README.md @@ -1,5 +1,5 @@ -## Helm chart for Memgraph high availability cluster -A Helm Chart for deploying Memgraph in [high availability setup](https://memgraph.com/docs/clustering/high-availability). +## Helm chart for Memgraph high availability cluster (Enterprise) +A Helm Chart for deploying Memgraph in [high availability setup](https://memgraph.com/docs/clustering/high-availability). This helm chart requires an enterprise version of Memgraph. Memgraph HA cluster includes 3 coordinators, 2 data instances by default. The cluster setup is performed via the cluster-setup job. The HA cluster is still work in progress and started with "--experimental-enabled=high-availability". The cluster is started in the configuration without the node selector, which means that in the current configuration, it is not highly available if the node fails. diff --git a/charts/memgraph-high-availability/templates/NOTES.txt b/charts/memgraph-high-availability/templates/NOTES.txt index 5246881..cf1e705 100644 --- a/charts/memgraph-high-availability/templates/NOTES.txt +++ b/charts/memgraph-high-availability/templates/NOTES.txt @@ -1,4 +1,4 @@ -Thank you for installing the Memgraph High-availability cluster! 🎉 +Thank you for installing the Memgraph High-availability cluster (Enterprise)! 🎉 Memgraph HA cluster includes 3 coordinators, 2 data instances by default. The cluster setup is performed via the cluster-setup job. The HA cluster is still work in progress and started with "--experimental-enabled=high-availability". The cluster is started in the configuration without the node selector, which means that in the current configuration, it is not highly available if the node fails.