many things
This commit is contained in:
parent
18a08d623b
commit
a7fad6c9c6
43 changed files with 1246 additions and 54 deletions
16
10-pre-k8s/files/minio/config.env
Normal file
16
10-pre-k8s/files/minio/config.env
Normal file
|
@ -0,0 +1,16 @@
|
|||
# MINIO_ROOT_USER and MINIO_ROOT_PASSWORD sets the root account for the MinIO server.
|
||||
# This user has unrestricted permissions to perform S3 and administrative API operations on any resource in the deployment.
|
||||
# Omit to use the default values 'minioadmin:minioadmin'.
|
||||
# MinIO recommends setting non-default values as a best practice, regardless of environment
|
||||
|
||||
MINIO_ROOT_USER=myminioadmin
|
||||
MINIO_ROOT_PASSWORD="${minio-secret-key-change-me}"
|
||||
|
||||
# MINIO_VOLUMES sets the storage volume or path to use for the MinIO server.
|
||||
MINIO_VOLUMES="/mnt/data"
|
||||
|
||||
# MINIO_OPTS sets any additional commandline options to pass to the MinIO server.
|
||||
# For example, `--console-address :9001` sets the MinIO Console listen port
|
||||
MINIO_OPTS="--console-address :9001"
|
||||
|
||||
MINIO_PROMETHEUS_AUTH_TYPE="public"
|
Loading…
Add table
Add a link
Reference in a new issue