2022-11-10 19:04:49 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/minio
|
2022-11-12 20:12:51 +00:00
|
|
|
tag: latest@sha256:00f39cdcc93d3f62db48dab5b43cf0ec82e552734bd2ed4725cd694e8f2a4ffb
|
2022-11-10 19:04:49 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
args: ["server", "/data", "--address", ":10106", "--console-address", ":10107"]
|
|
|
|
|
|
|
|
secretEnv:
|
|
|
|
MINIO_ROOT_PASSWORD: "changeme"
|
|
|
|
|
|
|
|
env:
|
|
|
|
MINIO_ROOT_USER: "minio"
|
|
|
|
MINIO_BROWSER_REDIRECT_URL: ""
|
|
|
|
MINIO_SERVER_URL: ""
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10107
|
|
|
|
targetPort: 10107
|
|
|
|
api:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
api:
|
|
|
|
enabled: true
|
|
|
|
targetPort: 10106
|
|
|
|
port: 10106
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
api:
|
|
|
|
autoLink: true
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/data"
|
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|