From 26dbe5a94a77a458b9a3e57c4214d997e9e430ca Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Tue, 10 Sep 2024 15:16:37 +0800 Subject: [PATCH] fix: try to address the CI failure Signed-off-by: wuhuizuo --- .../prow/templates/components/tide/deployment.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/prow/templates/components/tide/deployment.yaml b/charts/prow/templates/components/tide/deployment.yaml index e7f0600d0..54d1de4f7 100644 --- a/charts/prow/templates/components/tide/deployment.yaml +++ b/charts/prow/templates/components/tide/deployment.yaml @@ -80,12 +80,12 @@ spec: name: kubeconfig readOnly: true {{- end }} - startupProbe: - httpGet: - path: /healthz - port: 8080 - failureThreshold: 60 - periodSeconds: 10 + # startupProbe: + # httpGet: + # path: /healthz + # port: 8080 + # failureThreshold: 60 + # periodSeconds: 10 livenessProbe: httpGet: path: /healthz