Skip to content

Commit eec75e4

Browse files
cihangirbesiktasLuis Davim
authored andcommitted
updated NewDefaultHealthCheck
1 parent e6f1571 commit eec75e4

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
@@ -130,7 +130,6 @@ func NewDefaultHealthCheck() *HealthCheck {
130130
GracePeriodSeconds: 30,
131131
IntervalSeconds: 10,
132132
TimeoutSeconds: 5,
133-
DelaySeconds: 15,
134133
}
135134
}
136135

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)