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