Skip to content

Commit 77c14dc

Browse files
authored
Merge pull request #60 from majinghe/helm-chart
fix docs error
2 parents 0fa3461 + 5f578b3 commit 77c14dc

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

docs/zh/installation/cloud-native/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RustFS 提供了官方和 [Helm Chart](https://github.com/rustfs/rustfs/tree/mai
2424
| `limits.cpu` | 限制的 CPU 大小 | `100m`**一定根据自身需求设置好大小**|
2525
| `limits.cpu` | 限制的 Memory 大小 | `100m`**一定根据自身需求设置好大小**|
2626
| `config.rustfs.volume` | RustFS 的 VOLUME 设置 | `/data/rustfs0,/data/rustfs1,/data/rustfs2,/data/rustfs3`**4 个 node 下必须这么配置**|
27-
| `config.rustfs.address` | RustFS 的 API 端点地址 `0.0.0.0:9000` |
28-
| `config.rustfs.console_address` | RustFS 的控制台地址 `0.0.0.0:9001` |
27+
| `config.rustfs.address` | RustFS 的 API 端点地址 | `0.0.0.0:9000` |
28+
| `config.rustfs.console_address` | RustFS 的控制台地址 | `0.0.0.0:9001` |
2929
| `ingress.className` | ingress class 的类型,`traefik``nginx` | `nginx` |
3030

3131
## 安装命令

docs/zh/installation/index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ RustFS 即将从商业应用正式向开源,向全球进行发布,帮助全
2323

2424
您都可以上运行 RustFS。 CPU 架构支持:X86、ARM 、RISC-V 等多种 CPU 架构。
2525

26-
27-
28-
2926
## 二、RustFS 安装模式
3027

3128

@@ -36,9 +33,7 @@ RustFS 即将从商业应用正式向开源,向全球进行发布,帮助全
3633
- [在 Docker 容器中安装 RustFS](./docker/index.md)
3734
- [在 Windows 上安装 RustFS](./windows/index.md)
3835
- [在 macOS 上安装 RustFS](./macos/index.md)
39-
40-
41-
36+
- [在 Kubernetes 上安装 RustFS](./cloud-native/index.md)
4237

4338
## 三、RustFS的特征
4439

0 commit comments

Comments
 (0)