40 lines
758 B
JSON
40 lines
758 B
JSON
{
|
|
"constraints": [
|
|
[
|
|
"hostname",
|
|
"UNIQUE"
|
|
]
|
|
],
|
|
"healthChecks": [
|
|
{
|
|
"timeoutSeconds": 5,
|
|
"protocol": "HTTP",
|
|
"portIndex": 0,
|
|
"path": "/repo-empty-v3.json",
|
|
"maxConsecutiveFailures": 3,
|
|
"intervalSeconds": 30,
|
|
"gracePeriodSeconds": 120
|
|
}
|
|
],
|
|
"container": {
|
|
"volumes": [],
|
|
"docker": {
|
|
"portMappings": [
|
|
{
|
|
"protocol": "tcp",
|
|
"hostPort": 8085,
|
|
"containerPort": 80
|
|
}
|
|
],
|
|
"image": "mesosphere/universe-server:20170519T000904Z-cli-version-3.x-snapshot-3a8823b60e",
|
|
"network": "BRIDGE"
|
|
},
|
|
"type": "DOCKER"
|
|
},
|
|
"requirePorts": true,
|
|
"mem": 128,
|
|
"cpus": 0.1,
|
|
"instances": 1,
|
|
"id": "/universe"
|
|
}
|