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