diff --git a/manifest/helm-charts/infra/mongodb/config.yaml b/manifest/helm-charts/infra/mongodb/config.yaml new file mode 100644 index 000000000..b7eedf602 --- /dev/null +++ b/manifest/helm-charts/infra/mongodb/config.yaml @@ -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 \ No newline at end of file