From 43a35deac2cecdc8bc0f6221fe2f60ee63a5ea42 Mon Sep 17 00:00:00 2001 From: "lin.huang" Date: Wed, 4 Oct 2023 03:47:23 +0800 Subject: [PATCH] change chart script:add minio.config.yaml --- manifest/helm-charts/infra/minio/config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 manifest/helm-charts/infra/minio/config.yaml diff --git a/manifest/helm-charts/infra/minio/config.yaml b/manifest/helm-charts/infra/minio/config.yaml new file mode 100644 index 000000000..2d1192bf3 --- /dev/null +++ b/manifest/helm-charts/infra/minio/config.yaml @@ -0,0 +1,9 @@ +global: + storageClass: "nfs-client" +mode: standalone +auth: + rootUser: root + rootPassword: "openIM123" +defaultBuckets: "openim" +persistence: + size: 1Gi \ No newline at end of file