Skip to content

Commit

Permalink
fix(charts/prow): add startup probe
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Sep 10, 2024
1 parent fbc3df6 commit d6dfa10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/prow/templates/components/tide/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ spec:
name: kubeconfig
readOnly: true
{{- end }}
startupProbe:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 60
periodSeconds: 10
failureThreshold: 60
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit d6dfa10

Please sign in to comment.