31 lines
533 B
YAML
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
|