Skip to content

Commit 71de429

Browse files
committed
Tue Feb 14 20:41:46 CST 2023
1 parent 4e74203 commit 71de429

File tree

4 files changed

+1612
-1641
lines changed

4 files changed

+1612
-1641
lines changed

docs/requirements.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ title: 部署要求
99
以下内容为FinClip部署的推荐配置清单,通常我们建议主要组件尽可能分散部署,在资源有限且QPS规划考虑内适当合并组件所在节点。
1010

1111
需要注意的是,在很多情况下可以使用客户提供的自有服务,例如:
12+
1213
- 条件允许情况下,存储服务推荐使用 SSD 磁盘;
1314
- 若已有容器镜像仓库,可省略 Harbor/registry;
1415
- 若已有 S3 存储或类似的对象存储服务,且无兼容性冲突,可省略 Minio;
1516
- 若客户已有 Kubernetes,可省略 Kubernetess Master x 3;
16-
- 可根据实际用户数扩缩容
17+
- 可根据实际用户数进行扩缩容
1718

1819
<p></p>
1920

@@ -25,9 +26,11 @@ title: 部署要求
2526

2627
单节点将采用 Docker-Compose 的方式部署,所需的配置可以参考下表▼:
2728

28-
| CPU | 内存 | 储存空间 | 服务 |
29-
| ---- | ---- | -------- | --------------------------------------------------- |
30-
| 4 核 | 8 GB | 100 GB | [[业务¹]](#explain1)[[基建²]](#explain2) 混合部署 |
29+
| 环境 | CPU | 内存 | 储存空间 | 服务 |
30+
| --- | ---- | ----- | -------- | --------------------------------------------------- |
31+
| 测试 | 4 核 | 8 GB | 100 GB | MySQL、Kafka、Redis、Minio、FinClip微服务、Gateway |
32+
| ---- | ---- | ----- | -------- | --------------------------------------------------- |
33+
| 生产 | 8 核 | 16 GB | 300 GB | MySQL、Kafka、Redis、Minio、FinClip微服务、Gateway |
3134

3235
角色分配可以参考下图▼:
3336

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react": "^17.0.1",
2525
"react-dom": "^17.0.1",
2626
"url-loader": "^4.1.1",
27-
"yarn": "^1.22.11"
27+
"yarn": "^1.22.19"
2828
},
2929
"browserslist": {
3030
"production": [

0 commit comments

Comments
 (0)