Add load balancing support to services.
This commit is contained in:
8
api/examples/external-service.json
Normal file
8
api/examples/external-service.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "example",
|
||||
"port": 8000,
|
||||
"labels": {
|
||||
"name": "nginx"
|
||||
},
|
||||
"createExternalLoadBalancer": true
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "example2",
|
||||
"id": "example",
|
||||
"port": 8000,
|
||||
"labels": {
|
||||
"name": "nginx"
|
||||
|
Reference in New Issue
Block a user