From a462690e96ee81409d06ac5312742300341c90f5 Mon Sep 17 00:00:00 2001 From: liutension <61553381@qq.com> Date: Thu, 9 Sep 2021 19:28:49 +0800 Subject: [PATCH] update chart readme --- deploy/charts/octopus/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deploy/charts/octopus/README.md b/deploy/charts/octopus/README.md index 81c0b47f..3d5a2e9c 100644 --- a/deploy/charts/octopus/README.md +++ b/deploy/charts/octopus/README.md @@ -207,6 +207,8 @@ storageType: #### 服务minio参数 +此部分主要基于第三方依赖包的配置,更多详细配置参考[这里](https://artifacthub.io/packages/helm/bitnami/minio). + | Parameter | Description | Default | |---------------------|----------------------------------------------------------------------|--------------------------------| | `minio.gateway.enabled` | 开启网关 | `true` | @@ -226,6 +228,8 @@ storageType: #### 服务mysql参数 +此部分主要基于第三方依赖包的配置,更多详细配置参考[这里](https://artifacthub.io/packages/helm/bitnami/mysql). + | Parameter | Description | Default | |---------------------|----------------------------------------------------------------------|--------------------------------| | `mysql.auth.rootPassword` | root账号密码 | `root` | @@ -244,6 +248,8 @@ storageType: #### 服务redis参数 +此部分主要基于第三方依赖包的配置,更多详细配置参考[这里](https://artifacthub.io/packages/helm/bitnami/redis). + | Parameter | Description | Default | |---------------------|----------------------------------------------------------------------|--------------------------------| | `redis.master.service.type` | master servie类型 | `NodePort` | @@ -257,6 +263,8 @@ storageType: #### 服务nginx-ingress-controller参数 +此部分主要基于第三方依赖包的配置,更多详细配置参考[这里](https://artifacthub.io/packages/helm/bitnami/nginx-ingress-controller). + | Parameter | Description | Default | |---------------------|----------------------------------------------------------------------|--------------------------------| | `nginx-ingress-controller.nodeSelector` | nginx服务节点选择器 | `nginx-ingress: "yes"` | -- 2.34.1