mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
containerpilot: fixing incorrect manifest
This commit is contained in:
parent
5bcbc6eca8
commit
c2fca68f45
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user