42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
image:
|
|
# -- image repository
|
|
repository: minio/console
|
|
# -- image tag
|
|
tag: v0.10.4@sha256:3aa27c8325a30b8f188d646bb1c7a8ad0a81b41a1099d1d9e4b29b2c76c731dd
|
|
# -- 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
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
persistence:
|
|
varrun:
|
|
enabled: true
|