mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-09 14:07:11 +08:00
change chart script:add mongodb.config.yaml
This commit is contained in:
parent
0639ef08c3
commit
2564856d76
21
manifest/helm-charts/infra/mongodb/config.yaml
Normal file
21
manifest/helm-charts/infra/mongodb/config.yaml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
global:
|
||||||
|
storageClass: "nfs-client"
|
||||||
|
|
||||||
|
architecture: standalone
|
||||||
|
replicaCount: 1
|
||||||
|
auth:
|
||||||
|
enabled: true
|
||||||
|
rootUser: root
|
||||||
|
rootPassword: "openIM123"
|
||||||
|
usernames: [openim]
|
||||||
|
passwords: [openIM123]
|
||||||
|
databases: [openIM_v3]
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
size: 1Gi
|
||||||
|
|
||||||
|
backup:
|
||||||
|
enabled: false
|
||||||
|
cronjob:
|
||||||
|
storage:
|
||||||
|
size: 1Gi
|
||||||
Loading…
x
Reference in New Issue
Block a user