|
|
@ -58,16 +58,24 @@ master: |
|
|
|
# Disable http request, only gRpc operations are allowed |
|
|
|
disableHttp: false |
|
|
|
|
|
|
|
# can use ANY storage-class , example with local-path-provisioner |
|
|
|
# data: |
|
|
|
# type: "persistentVolumeClaim" |
|
|
|
# size: "24Ti" |
|
|
|
# storageClass: "local-path-provisioner" |
|
|
|
data: |
|
|
|
type: "hostPath" |
|
|
|
size: "" |
|
|
|
storageClass: "" |
|
|
|
|
|
|
|
logs: |
|
|
|
type: "hostPath" |
|
|
|
size: "" |
|
|
|
storageClass: "" |
|
|
|
|
|
|
|
extraVolumes: "" |
|
|
|
extraVolumeMounts: "" |
|
|
|
|
|
|
|
# storage and storageClass are the settings for configuring stateful |
|
|
|
# storage for the master pods. storage should be set to the disk size of |
|
|
|
# the attached volume. storageClass is the class of storage which defaults |
|
|
|
# to null (the Kube cluster will pick the default). |
|
|
|
storage: 25Gi |
|
|
|
storageClass: null |
|
|
|
|
|
|
|
# Resource requests, limits, etc. for the master cluster placement. This |
|
|
|
# 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 |
|
|
@ -156,7 +164,7 @@ volume: |
|
|
|
# minimum free disk space(in percents). If free disk space lower this value - all volumes marks as ReadOnly |
|
|
|
minFreeSpacePercent: 7 |
|
|
|
|
|
|
|
# can use ANY storage-class , example with local-path-provisner |
|
|
|
# can use ANY storage-class , example with local-path-provisioner |
|
|
|
# data: |
|
|
|
# type: "persistentVolumeClaim" |
|
|
|
# size: "24Ti" |
|
|
@ -275,16 +283,32 @@ filer: |
|
|
|
# Disable http request, only gRpc operations are allowed |
|
|
|
disableHttp: false |
|
|
|
|
|
|
|
# DEPRECATE: enablePVC, storage, storageClass |
|
|
|
# Consider replacing with filer.data section below instead. |
|
|
|
|
|
|
|
# Settings for configuring stateful storage of filer pods. |
|
|
|
# enablePVC will create a pvc for filer for data persistence. |
|
|
|
enablePVC: false |
|
|
|
|
|
|
|
# storage and storageClass are the settings for configuring stateful |
|
|
|
# storage for the master pods. storage should be set to the disk size of |
|
|
|
# the attached volume. storageClass is the class of storage which defaults |
|
|
|
# to null (the Kube cluster will pick the default). |
|
|
|
# storage should be set to the disk size of the attached volume. |
|
|
|
storage: 25Gi |
|
|
|
# storageClass is the class of storage which defaults to null (the Kube cluster will pick the default). |
|
|
|
storageClass: null |
|
|
|
|
|
|
|
# can use ANY storage-class , example with local-path-provisioner |
|
|
|
# data: |
|
|
|
# type: "persistentVolumeClaim" |
|
|
|
# size: "24Ti" |
|
|
|
# storageClass: "local-path-provisioner" |
|
|
|
data: |
|
|
|
type: "hostPath" |
|
|
|
size: "" |
|
|
|
storageClass: "" |
|
|
|
|
|
|
|
logs: |
|
|
|
type: "hostPath" |
|
|
|
size: "" |
|
|
|
storageClass: "" |
|
|
|
|
|
|
|
extraVolumes: "" |
|
|
|
extraVolumeMounts: "" |
|
|
|
|
|
|
|