使用Helm部署Studio

    安装Studio前,用户需要安装以下软件并确保安装版本的正确性:

    1. 更新并安装Nebula Graph Studio chart,命名为my-studio

    进入Studio登录界面后,用户需要连接Nebula Graph。详细信息,参考连接数据库

    参数默认值描述
    replicaCount0Deployment的副本数。
    image.httpGateway.namevesoft/nebula-http-gatewaynebula-http-gateway镜像的仓库地址。
    image.nebulaStudio.namevesoft/nebula-graph-studionebula-graph-studio镜像的仓库地址。
    image.nginx.namenginxnginx镜像的仓库地址。
    image.httpGateway.versionv2.1.1nebula-http-gateway的版本。
    image.nebulaStudio.versionv3.1.0nebula-graph-studio的版本。
    image.nginx.versionalpinenginx的版本。
    service.typeClusterIP服务类型,必须为NodePort,或LoadBalancer其中之一。
    service.port7001nebula-graph-studio中web服务的端口。
    resources.httpGateway{}nebula-http-gateway的资源限制/请求。
    resources.nebulaStudio{}nebula-studio的资源限制/请求。
    resources.nginx{}nginx的资源限制/请求。
    persistent.storageClassName“”storageClass名称,如果不指定就使用默认值。
    persistent.size5Gi存储盘大小。

    最后更新: November 2, 2021