Files
truecharts/charts/stable/minio-console/values.yaml
T
TrueCharts BotandGitHub 20f79b61a6 chore(deps): update docker general non-major (#2927)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-18 10:51:05 +02:00

31 lines
533 B
YAML

image:
repository: tccr.io/truecharts/minio-console
tag: v0.19.0@sha256:fb3e021f36a1d59b3b08c8728116dd4f6dd6888351d7b361a467adb72a99f65b
pullPolicy: IfNotPresent
args: ["server"]
secretEnv:
CONSOLE_PBKDF_PASSPHRASE: "changeme"
CONSOLE_PBKDF_SALT: "changeme"
env:
CONSOLE_MINIO_SERVER: ""
service:
main:
ports:
main:
port: 9090
targetPort: 9090
securityContext:
readOnlyRootFilesystem: false
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true