Skip to content

Commit

Permalink
Update 3.2create-cluster-with-helm.md (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Sep 28, 2021
1 parent 9df1a04 commit 0deb35b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## 创建Nebula Graph集群

1. 添加Nebula Operator chart至Helm仓库(如已创添加,略过前面1至2步,从第3步开始执行)。
1. 添加Nebula Operator chart仓库至Helm(如已创添加,略过前面1至2步,从第3步开始执行)。

```bash
helm repo add nebula-operator https://vesoft-inc.github.io/nebula-operator/charts
Expand Down Expand Up @@ -121,4 +121,4 @@ helm uninstall "${NEBULA_CLUSTER_NAME}" --namespace="${NEBULA_CLUSTER_NAMESPACE}
| `nebula.storaged.env` | `[]` | Storaged服务的环境变量。 |
| `nebula.storaged.resources` | `{"resources":{"requests":{"cpu":"500m","memory":"500Mi"},"limits":{"cpu":"1","memory":"1Gi"}}}` | Storaged服务的资源配置。 |
| `nebula.storaged.storage` | `1Gi` | Storaged服务的存储空间值。 |
| `imagePullSecrets` | `[]` | 拉取镜像的Secret。 |
| `imagePullSecrets` | `[]` | 拉取镜像的Secret。 |

0 comments on commit 0deb35b

Please sign in to comment.