Skip to content

Commit

Permalink
updating ports
Browse files Browse the repository at this point in the history
  • Loading branch information
danibachar committed Oct 19, 2021
1 parent 97979ae commit dc05c92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion koss-application-testing/bookinfo/details.yaml
Expand Up @@ -35,7 +35,7 @@ spec:
selector:
app: details
ports:
- port: 80
- port: 31001
nodePort: 31001
targetPort: http-port
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion koss-application-testing/bookinfo/product.yaml
Expand Up @@ -37,7 +37,7 @@ spec:
selector:
app: product
ports:
- port: 80
- port: 31004
nodePort: 31004
targetPort: http-port
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion koss-application-testing/bookinfo/rating.yaml
Expand Up @@ -35,7 +35,7 @@ spec:
selector:
app: rating
ports:
- port: 80
- port: 31003
nodePort: 31003
targetPort: http-port
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion koss-application-testing/bookinfo/reviews.yaml
Expand Up @@ -38,7 +38,7 @@ spec:
selector:
app: reviews
ports:
- port: 80
- port: 31002
nodePort: 31002
targetPort: http-port
protocol: TCP
Expand Down

0 comments on commit dc05c92

Please sign in to comment.