From c5b105b0dc3c754607d772b58c1087109a7b00a4 Mon Sep 17 00:00:00 2001 From: Darren Boss Date: Wed, 20 Nov 2024 17:21:06 -0800 Subject: [PATCH] 60 min timeout --- openshift/templates/backup-s3-postgres-cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/templates/backup-s3-postgres-cronjob.yaml b/openshift/templates/backup-s3-postgres-cronjob.yaml index 29795d998..6c068393b 100644 --- a/openshift/templates/backup-s3-postgres-cronjob.yaml +++ b/openshift/templates/backup-s3-postgres-cronjob.yaml @@ -166,7 +166,7 @@ objects: key: object-store-bucket restartPolicy: "Never" terminationGracePeriodSeconds: 30 - activeDeadlineSeconds: 2700 + activeDeadlineSeconds: 3000 dnsPolicy: "ClusterFirst" serviceAccountName: "${JOB_SERVICE_ACCOUNT}" serviceAccount: "${JOB_SERVICE_ACCOUNT}"