Files
truecharts/charts/stable/minio-console/values.yaml
T
Stavros KoisandGitHub ff2a5dae0d chore(apps): Sync questions and values env's (#2916)
* chore(apps): Sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* remove disabled ingress from values

* remove required: false from questions

* whoops

* some cleanup

* more cleanup

* clean

* commented

* some fixes
2022-06-17 10:24:54 +02:00

31 lines
533 B
YAML

image:
repository: tccr.io/truecharts/minio-console
tag: v0.18.1@sha256:b3f107196a93f0a231081bf041d2d51e1f86c7fadf017152a3dc699c5de2177c
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