|
@ -127,6 +127,12 @@ master: |
|
|
extraVolumes: "" |
|
|
extraVolumes: "" |
|
|
extraVolumeMounts: "" |
|
|
extraVolumeMounts: "" |
|
|
|
|
|
|
|
|
|
|
|
# Labels to be added to the master pods |
|
|
|
|
|
podLabels: {} |
|
|
|
|
|
|
|
|
|
|
|
# Annotations to be added to the master pods |
|
|
|
|
|
podAnnotations: {} |
|
|
|
|
|
|
|
|
## Set podManagementPolicy |
|
|
## Set podManagementPolicy |
|
|
podManagementPolicy: Parallel |
|
|
podManagementPolicy: Parallel |
|
|
|
|
|
|
|
@ -369,6 +375,12 @@ volume: |
|
|
extraVolumes: "" |
|
|
extraVolumes: "" |
|
|
extraVolumeMounts: "" |
|
|
extraVolumeMounts: "" |
|
|
|
|
|
|
|
|
|
|
|
# Labels to be added to the volume pods |
|
|
|
|
|
podLabels: {} |
|
|
|
|
|
|
|
|
|
|
|
# Annotations to be added to the volume pods |
|
|
|
|
|
podAnnotations: {} |
|
|
|
|
|
|
|
|
## Set podManagementPolicy |
|
|
## Set podManagementPolicy |
|
|
podManagementPolicy: Parallel |
|
|
podManagementPolicy: Parallel |
|
|
|
|
|
|
|
@ -551,6 +563,12 @@ filer: |
|
|
extraVolumes: "" |
|
|
extraVolumes: "" |
|
|
extraVolumeMounts: "" |
|
|
extraVolumeMounts: "" |
|
|
|
|
|
|
|
|
|
|
|
# Labels to be added to the filer pods |
|
|
|
|
|
podLabels: {} |
|
|
|
|
|
|
|
|
|
|
|
# Annotations to be added to the filer pods |
|
|
|
|
|
podAnnotations: {} |
|
|
|
|
|
|
|
|
## Set podManagementPolicy |
|
|
## Set podManagementPolicy |
|
|
podManagementPolicy: Parallel |
|
|
podManagementPolicy: Parallel |
|
|
|
|
|
|
|
@ -761,6 +779,12 @@ s3: |
|
|
extraVolumes: "" |
|
|
extraVolumes: "" |
|
|
extraVolumeMounts: "" |
|
|
extraVolumeMounts: "" |
|
|
|
|
|
|
|
|
|
|
|
# Labels to be added to the s3 pods |
|
|
|
|
|
podLabels: {} |
|
|
|
|
|
|
|
|
|
|
|
# Annotations to be added to the s3 pods |
|
|
|
|
|
podAnnotations: {} |
|
|
|
|
|
|
|
|
# Resource requests, limits, etc. for the server cluster placement. This |
|
|
# Resource requests, limits, etc. for the server cluster placement. This |
|
|
# should map directly to the value of the resources field for a PodSpec, |
|
|
# should map directly to the value of the resources field for a PodSpec, |
|
|
# formatted as a multi-line string. By default no direct resource request |
|
|
# formatted as a multi-line string. By default no direct resource request |
|
|