Files
truecharts/charts/stable/minio/values.yaml
T
renovate[bot] 1b348172a2 chore(deps): update docker general non-major (#2641)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-09 09:29:00 +02:00

57 lines
996 B
YAML

image:
repository: tccr.io/truecharts/minio
tag: latest@sha256:7387f4cb0d4eb02c84753c56c5ef202c3080004f9223568958cfe898689de63e
pullPolicy: IfNotPresent
args: ["server", "/data", "--address", ":10106", "--console-address", ":10107"]
secret:
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"