Skip to content

Commit 25b8e83

Browse files
Updated diagram for Kubernetes (#2546)
Co-authored-by: Reneta Popova <[email protected]>
1 parent c4a7570 commit 25b8e83

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed
-123 KB
Binary file not shown.
58.5 KB
Loading

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

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +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.
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.
6+
7+
.Example of a _values.yaml_ file
8+
[source, yaml]
9+
----
10+
neo4j:
11+
edition: community
12+
name: my-neo4j
13+
volumes:
14+
data:
15+
mode: "defaultStorageClass"
16+
----
17+
18+
19+
.Example of a Helm install command for deploying a standalone server
20+
[source,shell]
21+
--
22+
helm install my-neo4j neo4j/neo4j -f values.yaml
23+
--
24+
625
Then, the Neo4j Helm chart creates Kubernetes entities needed for running and accessing Neo4j.
726

8-
The following diagram is a schematic representation of the Helm chart and the Kubernetes and Cloud resources it instantiates when installed:
27+
The following diagram is a schematic representation of the Helm chart involved and the Kubernetes and Cloud resources it instantiates when installed:
928

10-
.Neo4j standalone server setup
11-
image:standalone-on-k8s.png[]
29+
.Neo4j standalone setup
30+
image::standalone-on-k8s.svg[Example of Neo4j standalone setup in Kubernetes,width=700,role=popup]
1231

0 commit comments

Comments
 (0)