Added backend1 and backend2 variables to smarthost-proxy catalogue file
This commit is contained in:
@@ -35,7 +35,20 @@
|
|||||||
"IP": "172.18.103.2",
|
"IP": "172.18.103.2",
|
||||||
"NETWORK": "smarthost-loadbalancer",
|
"NETWORK": "smarthost-loadbalancer",
|
||||||
"DNS": [ "proxy_dns" ],
|
"DNS": [ "proxy_dns" ],
|
||||||
"ENVS": [ ],
|
"ENVS": [
|
||||||
|
{
|
||||||
|
"NAME": "letsencrypt",
|
||||||
|
"VALUE": "letsencrypt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"NAME": "backend1",
|
||||||
|
"VALUE": "backend1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"NAME": "backend2",
|
||||||
|
"VALUE": "backend2"
|
||||||
|
}
|
||||||
|
],
|
||||||
"READYNESS": [
|
"READYNESS": [
|
||||||
{"tcp": "80"},
|
{"tcp": "80"},
|
||||||
{"HTTP": "8080"},
|
{"HTTP": "8080"},
|
||||||
|
Reference in New Issue
Block a user