change chart script:change redis.values.yaml

pull/1145/head
lin.huang 2 years ago
parent ed746e5e22
commit 85b26e70af

@ -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: {}

Loading…
Cancel
Save