From 2564856d762b83f3f8ab90417f44c345b59cef58 Mon Sep 17 00:00:00 2001 From: "lin.huang" Date: Wed, 4 Oct 2023 02:53:50 +0800 Subject: [PATCH] change chart script:add mongodb.config.yaml --- .../helm-charts/infra/mongodb/config.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifest/helm-charts/infra/mongodb/config.yaml 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