Skip to content

Commit

Permalink
Merge pull request #604 from tpiperatgod/main
Browse files Browse the repository at this point in the history
Change the targetPort in the example to 80
  • Loading branch information
karmada-bot authored May 20, 2024
2 parents 2ac3c63 + 90bdfb6 commit e4d2352
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/access-service-across-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ metadata:
spec:
ports:
- port: 80
targetPort: 8080
targetPort: 80
selector:
app: nginx
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ metadata:
spec:
ports:
- port: 80
targetPort: 8080
targetPort: 80
selector:
app: nginx
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ metadata:
spec:
ports:
- port: 80
targetPort: 8080
targetPort: 80
selector:
app: nginx
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ metadata:
spec:
ports:
- port: 80
targetPort: 8080
targetPort: 80
selector:
app: nginx
---
Expand Down

0 comments on commit e4d2352

Please sign in to comment.