Skip to content

Commit

Permalink
increase defaultHealthzProbePeriodSeconds from 6 to 10 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
lghinet committed Mar 21, 2022
1 parent 5d3f88d commit 9548cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/injector/pod_patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const (
sidecarHealthzPath = "healthz"
defaultHealthzProbeDelaySeconds = 3
defaultHealthzProbeTimeoutSeconds = 3
defaultHealthzProbePeriodSeconds = 6
defaultHealthzProbePeriodSeconds = 10
defaultHealthzProbeThreshold = 3
trueString = "true"
)
Expand Down

0 comments on commit 9548cbc

Please sign in to comment.