Files
truecharts/charts/stable/minio-console/values.yaml
T
TrueCharts BotandGitHub bf74ab3b3a chore(deps): update docker general non-major (#4108)
* 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-10-16 12:50:39 +03:00

34 lines
557 B
YAML

image:
repository: tccr.io/truecharts/minio-console
tag: 0.21.0@sha256:015f386d5db6b7acb5e044de63d7ebda1e56afc5c65043655764108e9e7ebea2
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