Skip to content

Commit 91fa7b2

Browse files
authored
Update aspnetapp.yaml port number (#1573)
The image uses 8080 port internally, so changed the service and pod like that
1 parent 0d802cf commit 91fa7b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/aspnetapp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
- image: "mcr.microsoft.com/dotnet/samples:aspnetapp"
1010
name: aspnetapp-image
1111
ports:
12-
- containerPort: 80
12+
- containerPort: 8080
1313
protocol: TCP
1414

1515
---
@@ -24,7 +24,7 @@ spec:
2424
ports:
2525
- protocol: TCP
2626
port: 80
27-
targetPort: 80
27+
targetPort: 8080
2828

2929
---
3030

0 commit comments

Comments
 (0)