Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/kubernetes/operations/scaling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ helm install server4 neo4j --set neo4j.edition=enterprise --set neo4j.acceptLice

* Use a _values.yaml_ file to set the values for the new server and the _neo4j/neo4j_ Helm chart to install the new server.
+
.. Ensure that the `neo4j.name` value is the same as your existing cluster and the neo4j.operations.enableServer is set to `true`.
.. Ensure that the `neo4j.name` value is the same as your existing cluster and the `neo4j.operations.enableServer` is set to `true`.
+
[source, yaml]
----
Expand All @@ -174,7 +174,7 @@ volumes:
storageClassName: premium-rwo

operations:
enableServer: false
enableServer: true
image: "neo4j/helm-charts-operations:5.20.0"
# protocol can be "neo4j or "neo4j+ssc" or "neo4j+s". Default set to neo4j
# Note: Do not specify bolt protocol here...it will FAIL.
Expand Down