mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-08 05:27:03 +08:00
change chart script:change redis.values.yaml
This commit is contained in:
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…
x
Reference in New Issue
Block a user