Skip to content

Commit

Permalink
fix: try to address the CI failure
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Sep 10, 2024
1 parent becc5f2 commit 26dbe5a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/prow/templates/components/tide/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ spec:
name: kubeconfig
readOnly: true
{{- end }}
startupProbe:
httpGet:
path: /healthz
port: 8080
failureThreshold: 60
periodSeconds: 10
# startupProbe:
# httpGet:
# path: /healthz
# port: 8080
# failureThreshold: 60
# periodSeconds: 10
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 26dbe5a

Please sign in to comment.