From bbb37322e1369e2b7fc451901385a4ff14d4fdeb Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Tue, 1 Nov 2016 16:17:49 +0000 Subject: [PATCH] containerpilot: updating names of services --- cloudapi-graphql/etc/containerpilot.json | 2 +- frontend/etc/containerpilot.json | 2 +- ui/etc/containerpilot.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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,