From 8bb7e2e04f6813f07b3a42df50d786552fe481fc Mon Sep 17 00:00:00 2001 From: Simon K <6615834+simon-20@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:11:44 +0100 Subject: [PATCH] deployment: alter to expose single nginx port --- deployment/deployment.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/deployment/deployment.yml b/deployment/deployment.yml index 3b7c56c..3ac0549 100644 --- a/deployment/deployment.yml +++ b/deployment/deployment.yml @@ -298,31 +298,12 @@ properties: # Properties of container group ports: - port: 9158 protocol: TCP - - port: 9159 - protocol: TCP - - port: 9160 - protocol: TCP - - port: 9161 - protocol: TCP - - port: 9162 - protocol: TCP - - port: 9163 - protocol: TCP resources: requests: cpu: 0.1 memoryInGB: 0.6 ipAddress: type: "public" - dnsNameLabel: "#NAME#-#ENVIRONMENT#-1" + dnsNameLabel: "#NAME#-#ENVIRONMENT#" ports: - port: 9158 - - port: 9159 - - port: 9160 - ipAddress: # split across two IPs because there is hard limit of 5-public ports per IP - type: "public" - dnsNameLabel: "#NAME#-#ENVIRONMENT#-2" - ports: - - port: 9161 - - port: 9162 - - port: 9163