From 5c455099510f0c0c6afba3fb24e6ac99c074785c Mon Sep 17 00:00:00 2001 From: manan164 <1897158+manan164@users.noreply.github.com> Date: Thu, 8 Aug 2024 18:46:47 +0530 Subject: [PATCH] Add scheduler limits --- charts/orkes-conductor/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/orkes-conductor/templates/deployment.yaml b/charts/orkes-conductor/templates/deployment.yaml index 9b80458..3159262 100644 --- a/charts/orkes-conductor/templates/deployment.yaml +++ b/charts/orkes-conductor/templates/deployment.yaml @@ -266,6 +266,8 @@ spec: value: {{ .Values.app.lockTimeToTry | quote }} - name: conductor.app.systemTaskMaxPollCount value: {{ .Values.app.systemTaskMaxPollCount | quote }} + - name: conductor.limits.maxScheduleConfigs + value: { { .Values.app.maxScheduleConfigs | quote } } - name: conductor.app.workflow-execution-lock-enabled value: {{ .Values.app.workflowExecutionLockEnabled | quote }} - name: conductor.api.ratelimiter.enabled