Added support for configuring disk_limit_per_job
Change-Id: Ibb4b21b6cc92c654f4f2096e665f9ce3f37d66f0
This commit is contained in:
parent
92886e64ca
commit
880608bea0
@ -23,6 +23,7 @@ stringData:
|
||||
[scheduler]
|
||||
tenant_config={{ .Values.scheduler.tenantConfigPath }}
|
||||
[executor]
|
||||
disk_limit_per_job={{ .Values.executor.diskLimitPerJob }}
|
||||
private_key_file={{ .Values.executor.private_key_file }}
|
||||
{{ range $connection, $options := .Values.connections }}
|
||||
[connection {{ $connection }}]
|
||||
|
@ -5,6 +5,7 @@ zookeeper:
|
||||
executor:
|
||||
enabled: true
|
||||
replicas: 3
|
||||
diskLimitPerJob: 250
|
||||
|
||||
merger:
|
||||
enabled: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user