containerpilot: updating names of services
This commit is contained in:
parent
adb0ffb476
commit
bbb37322e1
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user