配置 Neo4j Helm chart 仓库
要在 Kubernetes 上部署 Neo4j DBMS 或集群,您必须配置 Neo4j Helm chart 仓库。
先决条件
-
Helm v3 (https://helm.kubernetes.ac.cn)。
配置 Neo4j Helm chart 仓库
-
添加 Neo4j Helm chart 仓库。
helm repo add neo4j https://helm.neo4j.com/neo4j
-
更新仓库
helm repo update
检查可用的 Neo4j Helm chart
helm search repo neo4j/ --versions | grep 2025.05.0
输出应类似于以下内容
neo4j/neo4j 2025.05.0 2025.05.0 Neo4j is the world's leading graph database
neo4j/neo4j-admin 2025.05.0 2025.05.0 Neo4j is the world's leading graph database
neo4j/neo4j-headless-service 2025.05.0 - Neo4j is the world's leading graph database
neo4j/neo4j-persistent-volume 2025.05.0 - Sets up persistent disks suitable for a Neo4j H...
neo4j/neo4j-reverse-proxy 2025.05.0 2025.05.0 Sets up an http server and a reverse proxy for ...
如果您想查看所有可用版本,请使用选项 --versions
。
实用 Helm charts neo4j/neo4j-docker-desktop-pv 和 neo4j/neo4j-persistent-volume 可用作在这些环境中创建持久卷的替代方法。