* chore(deps): update docker general non-major docker tags * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
34 lines
557 B
YAML
34 lines
557 B
YAML
image:
|
|
repository: tccr.io/truecharts/minio-console
|
|
tag: 0.19.5@sha256:d7dead661d66c08c0bd5f771fe0f9bc7cb7dc6632ae3702f008d78d08ce7096f
|
|
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
|