From bba9a926a2053f1043e1b7e7d436ae991536112c Mon Sep 17 00:00:00 2001 From: purelind Date: Fri, 30 Aug 2024 18:33:42 +0800 Subject: [PATCH] chore: increase startup probe time --- charts/prow/templates/components/tide/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prow/templates/components/tide/deployment.yaml b/charts/prow/templates/components/tide/deployment.yaml index 0d30d8312..c8a9c7906 100644 --- a/charts/prow/templates/components/tide/deployment.yaml +++ b/charts/prow/templates/components/tide/deployment.yaml @@ -84,7 +84,7 @@ spec: httpGet: path: /healthz port: 8080 - failureThreshold: 30 + failureThreshold: 60 periodSeconds: 10 livenessProbe: httpGet: