Skip to content

Commit d9b1e60

Browse files
cihangirbesiktasLuis Davim
authored andcommitted
updated NewDefaultHealthCheck
1 parent db9fb10 commit d9b1e60

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
@@ -110,7 +110,6 @@ func NewDefaultHealthCheck() *HealthCheck {
110110
GracePeriodSeconds: 30,
111111
IntervalSeconds: 10,
112112
TimeoutSeconds: 5,
113-
DelaySeconds: 15,
114113
}
115114
}
116115

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)