TrueChartsClone/charts/stable/minio-console/values.yaml

34 lines
690 B
YAML

image:
repository: tccr.io/truecharts/minio-console
tag: v0.29.0@sha256:9d2a54232fe6a38e92cb1ad926a44244aeced806ce5a8819468e5dd51511a593
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 9090
targetPort: 9090
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
workload:
main:
podSpec:
containers:
main:
env:
CONSOLE_MINIO_SERVER: ""
CONSOLE_PBKDF_PASSPHRASE: "changeme"
CONSOLE_PBKDF_SALT: "changeme"
args:
- "server"