Files
truecharts/charts/stable/minio-console/values.yaml
T
TrueCharts Bot 5673252dab chore(deps): update docker general non-major (#4355)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-09 09:18:51 +02:00

34 lines
557 B
YAML

image:
repository: tccr.io/truecharts/minio-console
tag: 0.21.2@sha256:78a10f055ac1589dbbf5ee6b51dcf0dc6b22bc1da2405f3f1b9e8f6653123fa8
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