diff --git a/typescript/infra/helm/key-funder/templates/cron-job.yaml b/typescript/infra/helm/key-funder/templates/cron-job.yaml index e0fcb09c8..ed2ce3dce 100644 --- a/typescript/infra/helm/key-funder/templates/cron-job.yaml +++ b/typescript/infra/helm/key-funder/templates/cron-job.yaml @@ -10,6 +10,7 @@ spec: jobTemplate: spec: backoffLimit: 0 + activeDeadlineSeconds: 14400 # 60 * 60 * 4 seconds = 4 hours template: spec: restartPolicy: Never