34 lines
690 B
YAML
34 lines
690 B
YAML
image:
|
|
repository: tccr.io/truecharts/minio-console
|
|
tag: v0.30.0@sha256:70b376a89c1625b19337ce8f04dc4c15c76c91d9663c8a4d9894eaee341026d0
|
|
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"
|