Skip to content

Commit

Permalink
fix: Fixed liveness periodseconds to 10 so that crashloopback off doe…
Browse files Browse the repository at this point in the history
…sn't happen which causesexpired lease to get stuck. (#15256)
  • Loading branch information
mukulgit123 authored May 27, 2024
1 parent 57874d7 commit 71d1654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/core/deployments/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:
scheme: HTTPS
port: 8443
livenessProbe:
periodSeconds: 1
periodSeconds: 10
httpGet:
scheme: HTTPS
port: 8443
Expand Down

0 comments on commit 71d1654

Please sign in to comment.