From e1966c92e8f3a66f53d7857300f852ad5d0e87d9 Mon Sep 17 00:00:00 2001 From: "lin.huang" Date: Wed, 4 Oct 2023 02:00:50 +0800 Subject: [PATCH] change chart script:add redis.config.yaml --- manifest/helm-charts/infra/redis/config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manifest/helm-charts/infra/redis/config.yaml diff --git a/manifest/helm-charts/infra/redis/config.yaml b/manifest/helm-charts/infra/redis/config.yaml new file mode 100644 index 000000000..2a052e564 --- /dev/null +++ b/manifest/helm-charts/infra/redis/config.yaml @@ -0,0 +1,11 @@ +global: + storageClass: "nfs-client" + redis: + password: "openIM123" + +master: + persistence: + size: 1Gi +replica: + persistence: + size: 1Gi \ No newline at end of file