Skip to content

Commit

Permalink
Update st-ug-deploy.md (#2486)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Feb 28, 2024
1 parent 0492c33 commit 752045c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0-zh/nebula-studio/deploy-connect/st-ug-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ $ kill $(lsof -t -i :7001) # stop nebula-graph-studio
3. 更新并安装 Helm Chart,命名为`my-studio`

```bash
$ helm upgrade --install my-studio --set service.type=NodePort --set service.port={30070} deployment/helm
$ helm upgrade --install my-studio --set service.type=NodePort --set service.port=30070 deployment/helm
```

Helm Chart 配置参数说明如下。
Expand Down

0 comments on commit 752045c

Please sign in to comment.