mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-09 14:07:11 +08:00
change chart script:change minio.values.yaml
This commit is contained in:
parent
2564856d76
commit
3a285aa172
@ -17,7 +17,7 @@ global:
|
|||||||
## - myRegistryKeySecretName
|
## - myRegistryKeySecretName
|
||||||
##
|
##
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
storageClass: ""
|
storageClass: "nfs-client"
|
||||||
|
|
||||||
## @section Common parameters
|
## @section Common parameters
|
||||||
|
|
||||||
@ -97,10 +97,10 @@ mode: standalone
|
|||||||
auth:
|
auth:
|
||||||
## @param auth.rootUser MinIO® root username
|
## @param auth.rootUser MinIO® root username
|
||||||
##
|
##
|
||||||
rootUser: admin
|
rootUser: root
|
||||||
## @param auth.rootPassword Password for MinIO® root user
|
## @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`)
|
## @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: ""
|
existingSecret: ""
|
||||||
@ -117,7 +117,7 @@ auth:
|
|||||||
## e.g:
|
## e.g:
|
||||||
## defaultBuckets: "my-bucket, my-second-bucket"
|
## defaultBuckets: "my-bucket, my-second-bucket"
|
||||||
##
|
##
|
||||||
defaultBuckets: ""
|
defaultBuckets: "openim"
|
||||||
## @param disableWebUI Disable MinIO® Web UI
|
## @param disableWebUI Disable MinIO® Web UI
|
||||||
## ref: https://github.com/minio/minio/tree/master/docs/config/#browser
|
## ref: https://github.com/minio/minio/tree/master/docs/config/#browser
|
||||||
##
|
##
|
||||||
@ -918,7 +918,7 @@ persistence:
|
|||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
## @param persistence.size PVC Storage Request for MinIO® data volume
|
## @param persistence.size PVC Storage Request for MinIO® data volume
|
||||||
##
|
##
|
||||||
size: 8Gi
|
size: 1Gi
|
||||||
## @param persistence.annotations Annotations for the PVC
|
## @param persistence.annotations Annotations for the PVC
|
||||||
##
|
##
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user