diff --git a/charts/prow/Chart.yaml b/charts/prow/Chart.yaml index 88a2da9b0..bad7ef1fe 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.9" +version: "0.9.10" # 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/tide/deployment.yaml b/charts/prow/templates/components/tide/deployment.yaml index 09ec9a089..d54adbd48 100644 --- a/charts/prow/templates/components/tide/deployment.yaml +++ b/charts/prow/templates/components/tide/deployment.yaml @@ -80,20 +80,27 @@ spec: name: kubeconfig readOnly: true {{- end }} + startupProbe: + httpGet: + path: /healthz + port: http + initialDelaySeconds: 60 + periodSeconds: 10 + failureThreshold: 60 livenessProbe: httpGet: path: /healthz port: http - initialDelaySeconds: 30 + initialDelaySeconds: 60 periodSeconds: 30 - timeoutSeconds: 5 + timeoutSeconds: 10 readinessProbe: httpGet: path: /healthz/ready port: http initialDelaySeconds: 60 periodSeconds: 30 - timeoutSeconds: 5 + timeoutSeconds: 10 resources: {{- toYaml .Values.tide.resources | nindent 12 }} volumes: diff --git a/charts/prow/values.yaml b/charts/prow/values.yaml index 10c458e81..e15386871 100644 --- a/charts/prow/values.yaml +++ b/charts/prow/values.yaml @@ -393,6 +393,12 @@ tide: create: true name: "" resources: {} + # requests: + # cpu: 1000m + # memory: 4Gi + # limits: + # cpu: 1000m + # memory: 4Gi kubeconfigSecret: "" pipeline: