使用Helm部署Studio
安装Studio前,用户需要安装以下软件并确保安装版本的正确性:
更新并安装Nebula Graph Studio chart,命名为
my-studio
。
进入Studio登录界面后,用户需要连接Nebula Graph。详细信息,参考连接数据库。
参数 | 默认值 | 描述 |
---|---|---|
replicaCount | 0 | Deployment的副本数。 |
image.httpGateway.name | vesoft/nebula-http-gateway | nebula-http-gateway镜像的仓库地址。 |
image.nebulaStudio.name | vesoft/nebula-graph-studio | nebula-graph-studio镜像的仓库地址。 |
image.nginx.name | nginx | nginx镜像的仓库地址。 |
image.httpGateway.version | v2.1.1 | nebula-http-gateway的版本。 |
image.nebulaStudio.version | v3.1.0 | nebula-graph-studio的版本。 |
image.nginx.version | alpine | nginx的版本。 |
service.type | ClusterIP | 服务类型,必须为NodePort ,或LoadBalancer 其中之一。 |
service.port | 7001 | nebula-graph-studio中web服务的端口。 |
resources.httpGateway | {} | nebula-http-gateway的资源限制/请求。 |
resources.nebulaStudio | {} | nebula-studio的资源限制/请求。 |
resources.nginx | {} | nginx的资源限制/请求。 |
persistent.storageClassName | “” | storageClass名称,如果不指定就使用默认值。 |
persistent.size | 5Gi | 存储盘大小。 |
最后更新: November 2, 2021