From 4838b8b2291776c70916f8ff1bb882491fa4ef8c Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Wed, 26 Jun 2024 19:26:16 +0100 Subject: [PATCH] Enable server config should be true (#1695) (#1696) Cherry-picked from #1695 --- modules/ROOT/pages/kubernetes/operations/scaling.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/kubernetes/operations/scaling.adoc b/modules/ROOT/pages/kubernetes/operations/scaling.adoc index fa70413b7..d1b39ff26 100644 --- a/modules/ROOT/pages/kubernetes/operations/scaling.adoc +++ b/modules/ROOT/pages/kubernetes/operations/scaling.adoc @@ -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] ---- @@ -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.