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