Merge pull request #135 from brendandburns/lb

Add load balancing support to services.
This commit is contained in:
Daniel Smith
2014-06-17 18:40:42 -07:00
282 changed files with 380401 additions and 122 deletions

View File

@@ -0,0 +1,8 @@
{
"id": "example",
"port": 8000,
"labels": {
"name": "nginx"
},
"createExternalLoadBalancer": true
}

View File

@@ -1,5 +1,5 @@
{
"id": "example2",
"id": "example",
"port": 8000,
"labels": {
"name": "nginx"