From adf5658d6ea783e5f8a87038bc4d769a61ec32d0 Mon Sep 17 00:00:00 2001 From: Shaun Lum Date: Thu, 2 Nov 2023 15:53:36 -0700 Subject: [PATCH] added 120 second timeout --- tools/openshift/backend.dc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/openshift/backend.dc.yaml b/tools/openshift/backend.dc.yaml index 36304bb4..047e1daa 100644 --- a/tools/openshift/backend.dc.yaml +++ b/tools/openshift/backend.dc.yaml @@ -134,6 +134,7 @@ objects: kind: Route metadata: annotations: + haproxy.router.openshift.io/timeout: 60s openshift.io/host.generated: "true" labels: app: "${APP_NAME}-${BRANCH}"