Skip to content

Commit

Permalink
deployment: alter to expose single nginx port
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-20 committed Aug 22, 2024
1 parent b29c9d3 commit 8bb7e2e
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions deployment/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8bb7e2e

Please sign in to comment.