From a3251a89ceff351b2754a11c68224434bc5aaf85 Mon Sep 17 00:00:00 2001 From: gyurix Date: Tue, 6 Sep 2022 14:01:59 +0000 Subject: [PATCH] Unused variables removed from loadbalancer container catalogue file --- smarthost-proxy.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/smarthost-proxy.json b/smarthost-proxy.json index 4f20b72..86ac7b6 100644 --- a/smarthost-proxy.json +++ b/smarthost-proxy.json @@ -35,20 +35,7 @@ "IP": "172.18.103.2", "NETWORK": "smarthost-loadbalancer", "DNS": [ "proxy_dns" ], - "ENVS": [ - { - "NAME": "letsencrypt", - "VALUE": "letsencrypt" - }, - { - "NAME": "backend1", - "VALUE": "172.18.104.2" - }, - { - "NAME": "backend2", - "VALUE": "172.18.105.2" - } - ], + "ENVS": [ ], "READYNESS": [ {"tcp": "80"}, {"HTTP": "8080"},