Skip to content

Commit b1da198

Browse files
Remove inaccuracy about horizontal scaling (#2617)
Copy of the PR #2613
1 parent ccdc1bf commit b1da198

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/kubernetes/operations/scaling.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ helm upgrade <release-name> neo4j/neo4j -f values.yaml
6262
[[horizontal-scaling]]
6363
== Horizontal scaling
6464

65-
You can add a new server to the Neo4j cluster to scale out write or read workloads.
65+
You can add a new server to the Neo4j cluster to scale out read workloads.
6666

6767
The following examples assume that you have a running Neo4j cluster with 3 servers and your Kubernetes cluster has a node available for the new server, `server4`.
6868

@@ -145,7 +145,7 @@ This feature is useful when you want to add a new server to the cluster and enab
145145
+
146146
[source, shell, subs="attributes"]
147147
----
148-
helm install server4 neo4j --set neo4j.edition=enterprise --set neo4j.acceptLicenseAgreement=yes --set volumes.data.mode=defaultStorageClass --set neo4j.password="password" --set neo4j.minimumClusterSize=3 --set neo4j.name=my-cluster --set neo4j.operations.enableServer=true --set image="neo4j/helm-charts-operations:5.20.0" --set protocol="neo4j"
148+
helm install server4 neo4j --set neo4j.edition=enterprise --set neo4j.acceptLicenseAgreement=yes --set volumes.data.mode=defaultStorageClass --set neo4j.password="password" --set neo4j.minimumClusterSize=3 --set neo4j.name=my-cluster --set neo4j.operations.enableServer=true --set image="neo4j/helm-charts-operations:5.26.0" --set protocol="neo4j"
149149
----
150150

151151
* Use a _values.yaml_ file to set the values for the new server and the _neo4j/neo4j_ Helm chart to install the new server.
@@ -175,7 +175,7 @@ volumes:
175175
176176
operations:
177177
enableServer: true
178-
image: "neo4j/helm-charts-operations:5.20.0"
178+
image: "neo4j/helm-charts-operations:5.26.0"
179179
# protocol can be "neo4j or "neo4j+ssc" or "neo4j+s". Default set to neo4j
180180
# Note: Do not specify bolt protocol here...it will FAIL.
181181
protocol: "neo4j"

0 commit comments

Comments
 (0)