mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-09 06:02:54 +08:00
21 lines
309 B
YAML
21 lines
309 B
YAML
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 |