Skip to content

Commit 89fdcbb

Browse files
committed
Added status check to service description.
1 parent d7de910 commit 89fdcbb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

marathon-service-description.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,18 @@
3838
"forcePullImage": false
3939
}
4040
},
41-
"healthChecks": [],
41+
"healthChecks": [
42+
{
43+
"gracePeriodSeconds": 300,
44+
"intervalSeconds": 60,
45+
"timeoutSeconds": 20,
46+
"maxConsecutiveFailures": 3,
47+
"portIndex": 0,
48+
"path": "/api/health/_ping",
49+
"protocol": "MESOS_HTTP",
50+
"delaySeconds": 15
51+
}
52+
],
4253
"readinessChecks": [],
4354
"dependencies": [],
4455
"upgradeStrategy": {

0 commit comments

Comments
 (0)