Skip to content

Commit 82f7431

Browse files
committed
Update the indentation and move the examples where we talk about them, and update the caption
1 parent 918489c commit 82f7431

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

modules/ROOT/pages/kubernetes/quickstart-standalone/server-setup.adoc

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,30 @@
22
[[si-server-setup]]
33
= Neo4j Helm chart for standalone server deployments
44

5-
In the standalone server setup, the user is responsible for defining a single YAML file, containing all the configurations for the Neo4j standalone instance, and for running the `helm install my-neo4j-release neo4j/neo4j -f values.yaml` command to deploy the Neo4j DBMS.
6-
Then, the Neo4j Helm chart creates Kubernetes entities needed for running and accessing Neo4j.
7-
8-
See this schematic representation of the Helm chart and the Kubernetes and Cloud resources it instantiates when installed:
5+
In the standalone server setup, the user is responsible for defining a single YAML file, containing all the configurations for the Neo4j standalone server, and for running the `helm install my-neo4j-release neo4j/neo4j -f values.yaml` command to deploy the Neo4j DBMS.
96

10-
.User creates
11-
[source]
12-
--
7+
.Example of a _values.yaml_ file
8+
[source, yaml]
9+
----
1310
neo4j:
14-
edition: community
15-
name: my-neo4j
11+
edition: community
12+
name: my-neo4j
1613
volumes:
17-
data:
18-
mode: defaultStorageClass
19-
--
14+
data:
15+
mode: "defaultStorageClass"
16+
----
2017

21-
.User executes
18+
19+
.Example of a Helm install command for deploying a standalone server
2220
[source,shell]
2321
--
2422
helm install my-neo4j neo4j/neo4j -f values.yaml
2523
--
2624

27-
.Neo4j standalone server setup
28-
image:standalone-on-k8s.svg[]
25+
Then, the Neo4j Helm chart creates Kubernetes entities needed for running and accessing Neo4j.
26+
27+
The following diagram is a schematic representation of the Helm chart involved and the Kubernetes and Cloud resources it instantiates when installed:
28+
29+
.Neo4j standalone setup
30+
image::standalone-on-k8s.svg[Example of Neo4j standalone setup in Kubernetes,width=700,role=popup]
2931

0 commit comments

Comments
 (0)