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 ## - myRegistryKeySecretName
## ##
imagePullSecrets: [] imagePullSecrets: []
storageClass: "" storageClass: "nfs-client"
redis: redis:
password: "" password: "openIM123"
## @section Common parameters ## @section Common parameters
## ##
@ -467,7 +467,7 @@ master:
- ReadWriteOnce - ReadWriteOnce
## @param master.persistence.size Persistent Volume size ## @param master.persistence.size Persistent Volume size
## ##
size: 8Gi size: 1Gi
## @param master.persistence.annotations Additional custom annotations for the PVC ## @param master.persistence.annotations Additional custom annotations for the PVC
## ##
annotations: {} annotations: {}
@ -900,7 +900,7 @@ replica:
- ReadWriteOnce - ReadWriteOnce
## @param replica.persistence.size Persistent Volume size ## @param replica.persistence.size Persistent Volume size
## ##
size: 8Gi size: 1Gi
## @param replica.persistence.annotations Additional custom annotations for the PVC ## @param replica.persistence.annotations Additional custom annotations for the PVC
## ##
annotations: {} annotations: {}

Loading…
Cancel
Save