Added support for configuring disk_limit_per_job

Change-Id: Ibb4b21b6cc92c654f4f2096e665f9ce3f37d66f0
This commit is contained in:
Mohammed Naser 2020-01-16 14:17:09 -05:00
parent 92886e64ca
commit 880608bea0
2 changed files with 2 additions and 0 deletions

View File

@ -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 }}]

View File

@ -5,6 +5,7 @@ zookeeper:
executor:
enabled: true
replicas: 3
diskLimitPerJob: 250
merger:
enabled: true