Skip to content

Commit c1d9ced

Browse files
cihangirbesiktasLuis Davim
authored and
Luis Davim
committed
updated NewDefaultHealthCheck
1 parent 2020a20 commit c1d9ced

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

health.go

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ func NewDefaultHealthCheck() *HealthCheck {
8181
GracePeriodSeconds: 30,
8282
IntervalSeconds: 10,
8383
TimeoutSeconds: 5,
84-
DelaySeconds: 15,
8584
}
8685
}
8786

tests/app-definitions/TestApplicationString-output.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"protocol": "HTTP",
3535
"gracePeriodSeconds": 30,
3636
"intervalSeconds": 5,
37-
"timeoutSeconds": 5,
38-
"delaySeconds": 15
37+
"timeoutSeconds": 5
3938
}
4039
],
4140
"instances": 2,

0 commit comments

Comments
 (0)