Skip to content

Commit 450c7d6

Browse files
authored
Bump default Status HA check timeout to 30 seconds (#719)
1 parent cd1dae6 commit 450c7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1/coherenceresourcespec_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ func (in *CoherenceResourceSpec) GetHealthPort() int32 {
384384

385385
// GetDefaultScalingProbe returns a default Scaling probe
386386
func (in *CoherenceResourceSpec) GetDefaultScalingProbe() *Probe {
387-
timeout := 10
387+
timeout := 30
388388

389389
probe := Probe{
390390
TimeoutSeconds: &timeout,

0 commit comments

Comments
 (0)