2021-11-12 17:30:45 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/minio
|
2022-11-09 07:18:51 +00:00
|
|
|
tag: latest@sha256:57626ef5c1f25cd03a51e9111d4a29ed25f0ebe55897f7ac77132473d29739c7
|
2021-11-12 17:30:45 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2022-02-20 20:03:13 +00:00
|
|
|
args: ["server", "/data", "--address", ":10106", "--console-address", ":10107"]
|
2021-11-12 17:30:45 +00:00
|
|
|
|
2022-06-07 17:41:19 +00:00
|
|
|
secretEnv:
|
2021-11-12 17:30:45 +00:00
|
|
|
MINIO_ROOT_PASSWORD: "changeme"
|
|
|
|
|
|
|
|
env:
|
|
|
|
MINIO_ROOT_USER: "minio"
|
|
|
|
MINIO_BROWSER_REDIRECT_URL: ""
|
2022-02-20 20:03:13 +00:00
|
|
|
MINIO_SERVER_URL: ""
|
2021-11-12 17:30:45 +00:00
|
|
|
|
|
|
|
probes:
|
|
|
|
liveness:
|
2022-02-20 20:03:13 +00:00
|
|
|
custom: true
|
|
|
|
spec:
|
|
|
|
httpGet:
|
|
|
|
scheme: HTTP
|
|
|
|
path: "/minio/health/live"
|
|
|
|
port: 10106
|
2021-11-12 17:30:45 +00:00
|
|
|
readiness:
|
2022-02-20 20:03:13 +00:00
|
|
|
custom: true
|
|
|
|
spec:
|
|
|
|
httpGet:
|
|
|
|
scheme: HTTP
|
|
|
|
path: "/minio/health/ready"
|
|
|
|
port: 10106
|
2021-11-12 17:30:45 +00:00
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2022-02-20 20:03:13 +00:00
|
|
|
port: 10107
|
|
|
|
targetPort: 10107
|
|
|
|
api:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: true
|
2021-11-12 17:30:45 +00:00
|
|
|
ports:
|
2022-02-20 20:03:13 +00:00
|
|
|
api:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: true
|
2022-02-20 20:03:13 +00:00
|
|
|
targetPort: 10106
|
|
|
|
port: 10106
|
2021-11-12 17:30:45 +00:00
|
|
|
|
2022-02-22 10:26:15 +00:00
|
|
|
ingress:
|
|
|
|
api:
|
|
|
|
autoLink: true
|
|
|
|
|
2021-11-12 17:30:45 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/data"
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|