Skip to content

Commit

Permalink
include max_wait_for_work for autoscaled job workers
Browse files Browse the repository at this point in the history
  • Loading branch information
sofuture committed Aug 23, 2024
1 parent 4edd173 commit 8c3920d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ template:
- name: {{ $item.name }}
value: {{ $item.value | quote}}
{{- end }}
{{- if .Values.inboxListener.autoscaling.enabled }}
- name: MAX_WAIT_FOR_WORK
value: 30s
{{- end }}
{{- if .Values.inboxListener.deployment.localScratch.enabled }}
- name: LOCAL_SCRATCH_ROOT
value: "/local-scratch"
Expand Down

0 comments on commit 8c3920d

Please sign in to comment.