joyent-portal/frontend/etc/containerpilot.json
2016-10-24 16:31:05 +01:00

15 lines
265 B
JSON

{
"consul": "{{ .CONSUL }}:8500",
"services": [
{
"name": "joyent-dashboard-backend",
"port": 8000,
"health": "/usr/bin/curl -o /dev/null --fail -s http://localhost:8000/",
"poll": 3,
"ttl": 10
}
],
"backends": [
]
}