diff --git a/manifest/helm-charts/infra/redis/values.yaml b/manifest/helm-charts/infra/redis/values.yaml index 8db5e2658..f5536df8a 100644 --- a/manifest/helm-charts/infra/redis/values.yaml +++ b/manifest/helm-charts/infra/redis/values.yaml @@ -19,9 +19,9 @@ global: ## - myRegistryKeySecretName ## imagePullSecrets: [] - storageClass: "" + storageClass: "nfs-client" redis: - password: "" + password: "openIM123" ## @section Common parameters ## @@ -467,7 +467,7 @@ master: - ReadWriteOnce ## @param master.persistence.size Persistent Volume size ## - size: 8Gi + size: 1Gi ## @param master.persistence.annotations Additional custom annotations for the PVC ## annotations: {} @@ -900,7 +900,7 @@ replica: - ReadWriteOnce ## @param replica.persistence.size Persistent Volume size ## - size: 8Gi + size: 1Gi ## @param replica.persistence.annotations Additional custom annotations for the PVC ## annotations: {}