From 7476421421e80abdaf72b14607309490a729dd78 Mon Sep 17 00:00:00 2001 From: "lin.huang" Date: Wed, 4 Oct 2023 02:04:34 +0800 Subject: [PATCH] change chart script:change redis.config.yaml --- manifest/helm-charts/infra/redis/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest/helm-charts/infra/redis/config.yaml b/manifest/helm-charts/infra/redis/config.yaml index 2a052e564..84476c4ce 100644 --- a/manifest/helm-charts/infra/redis/config.yaml +++ b/manifest/helm-charts/infra/redis/config.yaml @@ -7,5 +7,6 @@ master: persistence: size: 1Gi replica: + replicaCount: 1 persistence: size: 1Gi \ No newline at end of file