diff --git a/charts/memgraph-high-availability/README.md b/charts/memgraph-high-availability/README.md index 51010ae..7c07444 100644 --- a/charts/memgraph-high-availability/README.md +++ b/charts/memgraph-high-availability/README.md @@ -1,10 +1,10 @@ -## Memgraph high availability Kubernetes Helm Chart -A Helm Chart for deploying Memgraph in [high-availability setup](https://memgraph.com/docs/clustering/high-availability). +## Helm chart for Memgraph high availability cluster +A Helm Chart for deploying Memgraph in [high availability setup](https://memgraph.com/docs/clustering/high-availability). 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. -## Installing the Memgraph Helm Chart +## Installing the Memgraph HA Helm Chart To install the Memgraph HA Helm Chart, follow the steps below: ``` helm install memgraph/memgraph-high-availability --set memgraph.env.MEMGRAPH_ENTERPRISE_LICENSE=,memgraph.env.MEMGRAPH_ORGANIZATION_NAME= diff --git a/charts/memgraph-lab/README.md b/charts/memgraph-lab/README.md index cae70a0..ad18727 100644 --- a/charts/memgraph-lab/README.md +++ b/charts/memgraph-lab/README.md @@ -48,4 +48,4 @@ env: - name: QUICK_CONNECT_MG_PORT value: "7687" ``` -Check all supported environment variables from the Memgraph website, [Data Visualization Section](https://memgraph.com/docs/data-visualization/install-and-connect#environment-variables) +Refer to the [Memgraph Lab documentation](https://memgraph.com/docs/data-visualization) for details on how to connect to and interact with Memgraph. diff --git a/charts/memgraph-lab/templates/NOTES.txt b/charts/memgraph-lab/templates/NOTES.txt index b278baf..6d143cb 100644 --- a/charts/memgraph-lab/templates/NOTES.txt +++ b/charts/memgraph-lab/templates/NOTES.txt @@ -23,4 +23,4 @@ Thank you for installing Memgraph Lab! 🎉 kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT {{- end }} -2. Specify your MemgraphDB instance ip address and port in Memgraph Lab GUI. +2. Specify your MemgraphDB instance IP address and port in Memgraph Lab GUI.