mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-08 05:27:03 +08:00
change chart script:change minio.values.yaml
This commit is contained in:
parent
2564856d76
commit
3a285aa172
@ -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: {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user