Skip to content

Commit

Permalink
[installer] Increase ws-daemon FailureThreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored and roboquat committed Apr 26, 2022
1 parent 5ecbd29 commit dc99d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/installer/pkg/components/ws-daemon/daemonset.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ fi
PeriodSeconds: 10,
TimeoutSeconds: 1,
SuccessThreshold: 1,
FailureThreshold: 3,
FailureThreshold: 5,
},
Lifecycle: &corev1.Lifecycle{
PostStart: &corev1.LifecycleHandler{
Expand Down

0 comments on commit dc99d76

Please sign in to comment.