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