TrueChartsCatalogClone/stable/minio/7.0.4/ix_values.yaml

63 lines
1.3 KiB
YAML
Raw Normal View History

2023-08-01 09:25:32 +00:00
image:
repository: tccr.io/truecharts/minio
tag: latest@sha256:536eb728efabbc8e31b8099114170b197c6a72fc2005ceb619556ccc60788436
2023-08-01 09:25:32 +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:
autoLink: true
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"