From 7f71cf9e4e4a0783388269487f9891fe6b24b635 Mon Sep 17 00:00:00 2001 From: gyurix Date: Sat, 10 Sep 2022 16:47:32 +0000 Subject: [PATCH] Added backend1 and backend2 variables to smarthost-proxy catalogue file --- smarthost-proxy.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/smarthost-proxy.json b/smarthost-proxy.json index 86ac7b6..00480a2 100644 --- a/smarthost-proxy.json +++ b/smarthost-proxy.json @@ -35,7 +35,20 @@ "IP": "172.18.103.2", "NETWORK": "smarthost-loadbalancer", "DNS": [ "proxy_dns" ], - "ENVS": [ ], + "ENVS": [ + { + "NAME": "letsencrypt", + "VALUE": "letsencrypt" + }, + { + "NAME": "backend1", + "VALUE": "backend1" + }, + { + "NAME": "backend2", + "VALUE": "backend2" + } + ], "READYNESS": [ {"tcp": "80"}, {"HTTP": "8080"},