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: