Skip to content

Commit d4fcf8e

Browse files
authored
Merge pull request #118956 from SethuMK/AppGatewayexampleFix
Update ingress-controller-install-new.md
2 parents ef35955 + de7b9f8 commit d4fcf8e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/application-gateway/ingress-controller-install-new.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ spec:
305305
- image: "mcr.microsoft.com/dotnet/samples:aspnetapp"
306306
name: aspnetapp-image
307307
ports:
308-
- containerPort: 80
308+
- containerPort: 8080
309309
protocol: TCP
310310
311311
---
@@ -320,7 +320,7 @@ spec:
320320
ports:
321321
- protocol: TCP
322322
port: 80
323-
targetPort: 80
323+
targetPort: 8080
324324
325325
---
326326
@@ -335,6 +335,7 @@ spec:
335335
- http:
336336
paths:
337337
- path: /
338+
pathType: Exact
338339
backend:
339340
service:
340341
name: aspnetapp

0 commit comments

Comments
 (0)