25 lines
541 B
YAML
25 lines
541 B
YAML
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
|
|
##
|
|
image:
|
|
repository: godatadriven/krb5-kdc-server
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
|
|
## Additional arguments to pass to minio binary
|
|
extraArgs: []
|
|
|
|
updateStrategy: RollingUpdate
|
|
|
|
service:
|
|
nodePort: 749
|
|
nodePort: 88/udp
|
|
|
|
environmentVariables: []
|
|
## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html
|
|
|
|
emptyDirVolumes: true
|
|
appVolumeMounts:
|
|
export:
|
|
emptyDir: true
|
|
mountPath: "/export"
|