Skip to content

Commit

Permalink
Grammar fixes (#23)
Browse files Browse the repository at this point in the history
* Grammar updates.
  • Loading branch information
antejavor authored May 16, 2024
1 parent 7d2fb81 commit a1e4ab7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/memgraph-high-availability/README.md
Original file line number Diff line number Diff line change
@@ -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 <release-name> memgraph/memgraph-high-availability --set memgraph.env.MEMGRAPH_ENTERPRISE_LICENSE=<your-license>,memgraph.env.MEMGRAPH_ORGANIZATION_NAME=<your-organization-name>
Expand Down
2 changes: 1 addition & 1 deletion charts/memgraph-lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion charts/memgraph-lab/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a1e4ab7

Please sign in to comment.