containerpilot: updating names of services

This commit is contained in:
Tom Gallacher 2016-11-01 16:17:49 +00:00
parent adb0ffb476
commit bbb37322e1
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -2,7 +2,7 @@
"consul": "{{ .CONSUL }}:8500", "consul": "{{ .CONSUL }}:8500",
"services": [ "services": [
{ {
"name": "joyent-dashboard-frontend", "name": "joyent-portal-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,

View File

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