From becc5f22e89e6162ea2231f997f65802212f9dcb Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Tue, 10 Sep 2024 15:05:44 +0800 Subject: [PATCH] fix: try to address the CI failure Signed-off-by: wuhuizuo --- .../prow/templates/components/tide/deployment.yaml | 10 +++++----- charts/prow/values.yaml | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/prow/templates/components/tide/deployment.yaml b/charts/prow/templates/components/tide/deployment.yaml index c8a9c7906..e7f0600d0 100644 --- a/charts/prow/templates/components/tide/deployment.yaml +++ b/charts/prow/templates/components/tide/deployment.yaml @@ -90,17 +90,17 @@ spec: httpGet: path: /healthz port: http - timeoutSeconds: 5 - periodSeconds: 20 failureThreshold: 3 - initialDelaySeconds: 300 + initialDelaySeconds: 30 # "300" maybe it will cause ci failed. + periodSeconds: 20 + timeoutSeconds: 5 readinessProbe: httpGet: path: /healthz/ready port: http - timeoutSeconds: 5 - periodSeconds: 10 failureThreshold: 3 + periodSeconds: 10 + timeoutSeconds: 5 resources: {{- toYaml .Values.tide.resources | nindent 12 }} volumes: diff --git a/charts/prow/values.yaml b/charts/prow/values.yaml index 082039da3..e15386871 100644 --- a/charts/prow/values.yaml +++ b/charts/prow/values.yaml @@ -392,13 +392,13 @@ tide: roleBinding: create: true name: "" - resources: - requests: - cpu: 1000m - memory: 4Gi - limits: - cpu: 1000m - memory: 4Gi + resources: {} + # requests: + # cpu: 1000m + # memory: 4Gi + # limits: + # cpu: 1000m + # memory: 4Gi kubeconfigSecret: "" pipeline: