12345678910111213141516171819202122 |
- ## 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"
|