From 1f999bc6d88584f02a72a1b45a72e190329cc755 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Fri, 12 Apr 2024 21:24:57 +0800 Subject: [PATCH] chore(charts/prow): update the probles (#1095) Signed-off-by: wuhuizuo Signed-off-by: wuhuizuo --- charts/prow/Chart.yaml | 2 +- charts/prow/templates/components/deck/deployment.yaml | 11 ++++++----- charts/prow/templates/components/hook/deployment.yaml | 11 ++++++----- charts/prow/templates/components/tide/deployment.yaml | 11 ++++++----- 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/charts/prow/Chart.yaml b/charts/prow/Chart.yaml index 8bbbdffd2..88a2da9b0 100644 --- a/charts/prow/Chart.yaml +++ b/charts/prow/Chart.yaml @@ -21,7 +21,7 @@ type: application # time you make changes to the chart and its templates, # including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "0.9.8" +version: "0.9.9" # This is the version number of the application being deployed. # This version number should be incremented each time you make changes to the diff --git a/charts/prow/templates/components/deck/deployment.yaml b/charts/prow/templates/components/deck/deployment.yaml index c75b0fe68..f72a1910c 100644 --- a/charts/prow/templates/components/deck/deployment.yaml +++ b/charts/prow/templates/components/deck/deployment.yaml @@ -94,15 +94,16 @@ spec: httpGet: path: /healthz port: 8081 - initialDelaySeconds: 3 - periodSeconds: 3 + initialDelaySeconds: 10 + periodSeconds: 30 + timeoutSeconds: 5 readinessProbe: httpGet: path: /healthz/ready port: 8081 - initialDelaySeconds: 10 - periodSeconds: 3 - timeoutSeconds: 600 + initialDelaySeconds: 30 + periodSeconds: 30 + timeoutSeconds: 5 volumes: - name: prow-config configMap: diff --git a/charts/prow/templates/components/hook/deployment.yaml b/charts/prow/templates/components/hook/deployment.yaml index 679f12c55..614e14068 100644 --- a/charts/prow/templates/components/hook/deployment.yaml +++ b/charts/prow/templates/components/hook/deployment.yaml @@ -83,15 +83,16 @@ spec: httpGet: path: /healthz port: 8081 - initialDelaySeconds: 3 - periodSeconds: 3 + initialDelaySeconds: 10 + periodSeconds: 30 + timeoutSeconds: 5 readinessProbe: httpGet: path: /healthz/ready port: 8081 - initialDelaySeconds: 10 - periodSeconds: 3 - timeoutSeconds: 600 + initialDelaySeconds: 30 + periodSeconds: 30 + timeoutSeconds: 5 resources: {{- toYaml .Values.hook.resources | nindent 12 }} volumes: diff --git a/charts/prow/templates/components/tide/deployment.yaml b/charts/prow/templates/components/tide/deployment.yaml index 0e5133a22..09ec9a089 100644 --- a/charts/prow/templates/components/tide/deployment.yaml +++ b/charts/prow/templates/components/tide/deployment.yaml @@ -84,15 +84,16 @@ spec: httpGet: path: /healthz port: http - initialDelaySeconds: 3 - periodSeconds: 3 + initialDelaySeconds: 30 + periodSeconds: 30 + timeoutSeconds: 5 readinessProbe: httpGet: path: /healthz/ready port: http - initialDelaySeconds: 10 - periodSeconds: 3 - timeoutSeconds: 600 + initialDelaySeconds: 60 + periodSeconds: 30 + timeoutSeconds: 5 resources: {{- toYaml .Values.tide.resources | nindent 12 }} volumes: