mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
23 lines
494 B
YAML
23 lines
494 B
YAML
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
|
|
##
|
|
image:
|
|
repository: minio/minio
|
|
tag: RELEASE.2020-11-19T23-48-16Z
|
|
pullPolicy: IfNotPresent
|
|
|
|
## Additional arguments to pass to minio binary
|
|
extraArgs: []
|
|
|
|
updateStrategy: RollingUpdate
|
|
|
|
service:
|
|
nodePort: 9000
|
|
|
|
environment:
|
|
## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html
|
|
|
|
appVolumeMounts:
|
|
export:
|
|
emptyDir: true
|
|
mountPath: "/export"
|