2015-10-23 07:49:19 +00:00
|
|
|
{
|
|
|
|
"id": "whoami",
|
|
|
|
"cpus": 0.1,
|
|
|
|
"mem": 64.0,
|
|
|
|
"instances": 3,
|
|
|
|
"container": {
|
|
|
|
"type": "DOCKER",
|
|
|
|
"docker": {
|
|
|
|
"image": "emilevauge/whoami",
|
|
|
|
"network": "BRIDGE",
|
|
|
|
"portMappings": [
|
|
|
|
{ "containerPort": 80, "hostPort": 0, "protocol": "tcp" }
|
2016-01-18 10:52:18 +00:00
|
|
|
]
|
2015-10-23 07:49:19 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"healthChecks": [
|
|
|
|
{
|
|
|
|
"protocol": "HTTP",
|
|
|
|
"portIndex": 0,
|
|
|
|
"path": "/",
|
|
|
|
"gracePeriodSeconds": 5,
|
|
|
|
"intervalSeconds": 20,
|
|
|
|
"maxConsecutiveFailures": 3
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"labels": {
|
|
|
|
"traefik.weight": "1",
|
2016-01-18 10:52:18 +00:00
|
|
|
"traefik.protocole": "http"
|
2015-10-23 07:49:19 +00:00
|
|
|
}
|
|
|
|
}
|