Skip to content

Commit

Permalink
Enable server config should be true (#1695) (#1696)
Browse files Browse the repository at this point in the history
Cherry-picked from #1695
  • Loading branch information
renetapopova authored Jun 26, 2024
1 parent 729bb4e commit 4838b8b
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 4838b8b

Please sign in to comment.