parent
b88e481257
commit
479864efb8
|
|
@ -1,8 +1,8 @@
|
|||
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
|
||||
##
|
||||
image:
|
||||
repository: minio/minio
|
||||
tag: RELEASE.2020-11-19T23-48-16Z
|
||||
repository: godatadriven/krb5-kdc-server
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Additional arguments to pass to minio binary
|
||||
|
|
@ -11,11 +11,13 @@ extraArgs: []
|
|||
updateStrategy: RollingUpdate
|
||||
|
||||
service:
|
||||
nodePort: 9000
|
||||
nodePort: 749
|
||||
nodePort: 88/udp
|
||||
|
||||
environment:
|
||||
environmentVariables: []
|
||||
## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html
|
||||
|
||||
emptyDirVolumes: true
|
||||
appVolumeMounts:
|
||||
export:
|
||||
emptyDir: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue