Skip to content

Commit

Permalink
Update st-ug-deploy-by-helm.md (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang committed Feb 9, 2022
1 parent 05c4261 commit cf90de2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs-2.0/nebula-studio/deploy-connect/st-ug-deploy-by-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,11 @@ $ helm uninstall my-studio
| 参数 | 默认值 | 描述 |
|:---|:---|:---|
| 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 的版本。 |
| image.nebulaStudio.version | v3.2.0 | nebula-graph-studio 的版本。 |
| service.type | ClusterIP | 服务类型,必须为`NodePort``ClusterIP``LoadBalancer`其中之一。 |
| service.port | 7001 | nebula-graph-studio 中 web 服务的端口。 |
| resources.httpGateway | {} | nebula-http-gateway 的资源限制/请求|
| service.nodePort | 32701 | Kubernetes 集群外部访问 nebula-studio 的代理端口|
| resources.nebulaStudio | {} | nebula-studio 的资源限制/请求。 |
| resources.nginx | {} | nginx 的资源限制/请求。 |
| persistent.storageClassName | "" | storageClass 名称,如果不指定就使用默认值。 |
| persistent.size | 5Gi | 存储盘大小。 |

0 comments on commit cf90de2

Please sign in to comment.