From 2c9cf8663b29e978f98f00fc390c49461ab0d987 Mon Sep 17 00:00:00 2001 From: funtigr Date: Mon, 6 Jan 2025 14:02:03 -0800 Subject: [PATCH] feat(4602): add debug timeouts to helm app jobs --- helm/_app/templates/job-pre-data-migrations.yaml | 1 + helm/_app/templates/job-pre-prisma.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/_app/templates/job-pre-data-migrations.yaml b/helm/_app/templates/job-pre-data-migrations.yaml index 2a7843dd8..f653c29d0 100644 --- a/helm/_app/templates/job-pre-data-migrations.yaml +++ b/helm/_app/templates/job-pre-data-migrations.yaml @@ -44,4 +44,5 @@ spec: requests: cpu: 0.2 memory: 200M + command: ["/bin/sh", "-c", "sleep 1700"] {{- end }} diff --git a/helm/_app/templates/job-pre-prisma.yaml b/helm/_app/templates/job-pre-prisma.yaml index 8602aa15a..22638ae8b 100644 --- a/helm/_app/templates/job-pre-prisma.yaml +++ b/helm/_app/templates/job-pre-prisma.yaml @@ -44,5 +44,5 @@ spec: requests: cpu: 0.2 memory: 200M - - command: ["/bin/sh", "-c", "sleep 1700"] + command: ["/bin/sh", "-c", "sleep 1700"] {{- end }}