-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
33 lines (33 loc) · 946 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
options:
deb-url:
type: string
description: The MinIO Debian package URL.
default: "https://dl.min.io/server/minio/release/linux-amd64/minio.deb"
port:
type: string
description: The port used to connect to the S3 object storage.
default: "9000"
console-port:
type: string
description: The port used to connect to MinIO console.
default: "9001"
region:
type: string
description: The region used to connect to the object storage.
default: "eu-west-1"
root-user:
type: string
description: The MinIO root user name.
default: "root"
root-password:
type: string
description: The MinIO root user password.
default: "root-user-password-123"
bucket:
type: string
description: The bucket/container name delivered by the provider.
default: ""
s3-uri-style:
type: string
description: The S3 protocol specific bucket path lookup type.
default: ""