scale-catalog/stable/minio/12.1.7/ix_values.yaml
Julian Haseleu 5d1ab94342 cleanup
2024-07-14 21:54:53 +00:00

65 lines
1.4 KiB
YAML

image:
repository: minio/minio
tag: RELEASE.2024-05-28T17-19-04Z@sha256:7cb3f11447d1ac7c4b73420dd8f3601afa16ea0cd7e929ecb00be1a8af1eac05
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10107
targetPort: 10107
api:
enabled: true
ports:
api:
enabled: true
targetPort: 10106
port: 10106
ingress:
api:
enabled: false
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"