2024-04-29 12:41:56 +00:00
|
|
|
image:
|
|
|
|
repository: minio/minio
|
2024-05-05 13:07:32 +00:00
|
|
|
tag: RELEASE.2024-05-01T01-11-10Z@sha256:f95dc4fc35439654a71300f765b485e114e7a720318dbce24ccd4f324d1475cf
|
2024-04-29 12:41:56 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10107
|
|
|
|
targetPort: 10107
|
|
|
|
api:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
api:
|
|
|
|
enabled: true
|
|
|
|
targetPort: 10106
|
|
|
|
port: 10106
|
|
|
|
ingress:
|
|
|
|
api:
|
2024-05-05 13:07:32 +00:00
|
|
|
enabled: false
|
2024-04-29 12:41:56 +00:00
|
|
|
targetSelector:
|
|
|
|
api: api
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/data"
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
custom: true
|
|
|
|
spec:
|
|
|
|
httpGet:
|
|
|
|
scheme: HTTP
|
|
|
|
path: "/minio/health/live"
|
|
|
|
port: 10106
|
|
|
|
readiness:
|
|
|
|
custom: true
|
|
|
|
spec:
|
|
|
|
httpGet:
|
|
|
|
scheme: HTTP
|
|
|
|
path: "/minio/health/ready"
|
|
|
|
port: 10106
|
|
|
|
args:
|
|
|
|
- "server"
|
|
|
|
- "/data"
|
|
|
|
- "--address"
|
|
|
|
- ":10106"
|
|
|
|
- "--console-address"
|
|
|
|
- ":10107"
|
|
|
|
env:
|
|
|
|
MINIO_ROOT_USER: "minio"
|
|
|
|
MINIO_BROWSER_REDIRECT_URL: ""
|
|
|
|
MINIO_SERVER_URL: ""
|
|
|
|
MINIO_ROOT_PASSWORD: "changeme"
|