1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

containerpilot: fixing incorrect manifest

This commit is contained in:
Tom Gallacher 2016-11-01 12:04:59 +00:00
parent 5bcbc6eca8
commit c2fca68f45

View File

@ -2,7 +2,7 @@
"consul": "{{ .CONSUL }}:8500", "consul": "{{ .CONSUL }}:8500",
"services": [ "services": [
{ {
"name": "joyent-dashboard-backend", "name": "joyent-dashboard-frontend",
"port": 8000, "port": 8000,
"health": "/usr/bin/curl -o /dev/null --fail -s http://localhost:8000/", "health": "/usr/bin/curl -o /dev/null --fail -s http://localhost:8000/",
"poll": 3, "poll": 3,