Skip to content

Commit 01d499e

Browse files
cihangirbesiktasLuis Davim
authored andcommitted
updated NewDefaultHealthCheck
1 parent 0be4a0b commit 01d499e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

health.go

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 2 deletions
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)