Skip to content

Commit

Permalink
port numbers added
Browse files Browse the repository at this point in the history
Signed-off-by: Deepanshu Yadav <[email protected]>
  • Loading branch information
deepanshu-yadav committed Dec 30, 2023
1 parent 8965553 commit ff03c41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions istio/request_routing/virtual-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ spec:
- destination:
host: nodejs-service
subset: prod
port:
number: 3000
weight: 80
- destination:
host: nodejs-service
subset: development
port:
number: 3000
weight: 20

0 comments on commit ff03c41

Please sign in to comment.