From 3a285aa17208c18ac38ebc7d74833b61d0b557be Mon Sep 17 00:00:00 2001 From: "lin.huang" Date: Wed, 4 Oct 2023 03:31:49 +0800 Subject: [PATCH] change chart script:change minio.values.yaml --- manifest/helm-charts/infra/minio/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest/helm-charts/infra/minio/values.yaml b/manifest/helm-charts/infra/minio/values.yaml index e46e02f59..12757f8c8 100644 --- a/manifest/helm-charts/infra/minio/values.yaml +++ b/manifest/helm-charts/infra/minio/values.yaml @@ -17,7 +17,7 @@ global: ## - myRegistryKeySecretName ## imagePullSecrets: [] - storageClass: "" + storageClass: "nfs-client" ## @section Common parameters @@ -97,10 +97,10 @@ mode: standalone auth: ## @param auth.rootUser MinIO® root username ## - rootUser: admin + rootUser: root ## @param auth.rootPassword Password for MinIO® root user ## - rootPassword: "" + rootPassword: "openIM123" ## @param auth.existingSecret Use existing secret for credentials details (`auth.rootUser` and `auth.rootPassword` will be ignored and picked up from this secret). The secret has to contain the keys `root-user` and `root-password`) ## existingSecret: "" @@ -117,7 +117,7 @@ auth: ## e.g: ## defaultBuckets: "my-bucket, my-second-bucket" ## -defaultBuckets: "" +defaultBuckets: "openim" ## @param disableWebUI Disable MinIO® Web UI ## ref: https://github.com/minio/minio/tree/master/docs/config/#browser ## @@ -918,7 +918,7 @@ persistence: - ReadWriteOnce ## @param persistence.size PVC Storage Request for MinIO® data volume ## - size: 8Gi + size: 1Gi ## @param persistence.annotations Annotations for the PVC ## annotations: {}