34 lines
557 B
YAML
34 lines
557 B
YAML
image:
|
|
repository: tccr.io/truecharts/minio-console
|
|
tag: 0.20.1@sha256:535faa8140a0ba9b70e0f3187121cbfcde67582db03727dc65d66a220997134f
|
|
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
|
|
|
|
portal:
|
|
enabled: true
|