34 lines
557 B
YAML
34 lines
557 B
YAML
image:
|
|
repository: tccr.io/truecharts/minio-console
|
|
tag: 0.21.3@sha256:69a44e82f2c91c009fd447c84e167285a641e13f72127bd9628ac7e491324ebb
|
|
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
|