diff --git a/cloudapi-graphql/etc/containerpilot.json b/cloudapi-graphql/etc/containerpilot.json index 95440e70..b1882eac 100644 --- a/cloudapi-graphql/etc/containerpilot.json +++ b/cloudapi-graphql/etc/containerpilot.json @@ -2,7 +2,7 @@ "consul": "{{ .CONSUL }}:8500", "services": [ { - "name": "cloudapi-graphql", + "name": "joyent-portal-cloudapi-graphql", "port": 3000, "health": "/usr/bin/curl -o /dev/null --fail -s http://localhost:3000/", "poll": 3, diff --git a/frontend/etc/containerpilot.json b/frontend/etc/containerpilot.json index b76d87eb..2c2bd9b1 100644 --- a/frontend/etc/containerpilot.json +++ b/frontend/etc/containerpilot.json @@ -2,7 +2,7 @@ "consul": "{{ .CONSUL }}:8500", "services": [ { - "name": "joyent-dashboard-frontend", + "name": "joyent-portal-frontend", "port": 8000, "health": "/usr/bin/curl -o /dev/null --fail -s http://localhost:8000/", "poll": 3, diff --git a/ui/etc/containerpilot.json b/ui/etc/containerpilot.json index 652a120e..6f47cb5d 100644 --- a/ui/etc/containerpilot.json +++ b/ui/etc/containerpilot.json @@ -2,7 +2,7 @@ "consul": "{{ .CONSUL }}:8500", "services": [ { - "name": "joyent-dashboard-ui", + "name": "joyent-portal-ui", "port": 8080, "health": "/usr/bin/curl -o /dev/null --fail -s http://localhost:8080/", "poll": 3,