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