Files
truecharts/charts/stable/minio-console/values.yaml
T
660d43b6f9 chore(deps): update non-major (#1423)
* chore(deps): update non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-11-30 09:08:45 +01:00

46 lines
1.2 KiB
YAML

image:
# -- image repository
repository: minio/console
# -- image tag
tag: v0.12.5@sha256:95b3c2b2e67b8f61f5d3e09c37875a37b9f4aeaa47f392c02dba191b041517d1
# -- image pull policy
pullPolicy: IfNotPresent
# -- Override the args for the default container.
args: ["server"]
secret:
# -- Required: Passphrase to derive keys (generate own)
# Example: D6vpras1xpUgrcFpOIGA4crHvzUDQb48
CONSOLE_PBKDF_PASSPHRASE: "changeme"
# -- Required: Salt for derived keys (generate own)
# Example: ILy2FWzwjjYi1TeTEpBjEsPrwLfKZxgi
CONSOLE_PBKDF_SALT: "changeme"
# -- environment variables. See more environment variables in the [minio-console documentation](https://minio-console.org/docs).
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Required: Minio server URL
# Example: https://minio.server:9000
CONSOLE_MINIO_SERVER: ""
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 9090
targetPort: 9090
securityContext:
readOnlyRootFilesystem: false
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true