Skip to content

Commit

Permalink
#88 created a virtual service and destination rules with 50/50 traffi…
Browse files Browse the repository at this point in the history
…c routing between 2 deployments
  • Loading branch information
asimazmi committed May 2, 2020
1 parent 7f2b210 commit 41d53d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions istiofiles/istio_rules_canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ spec:
- destination:
host: ui
subset: original
weight: 80
-destination:
weight: 50
- destination:
host: ui
subset: canary
weight: 20
weight: 50
---
kind: DestinationRule
apiVersion: networking.istio.io/v1alpha3
Expand Down

0 comments on commit 41d53d0

Please sign in to comment.