Skip to content

Commit

Permalink
Add missing route to delay rule (istio#4241)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankbu authored Mar 14, 2018
1 parent 88cf557 commit 2a8b2db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/bookinfo/routing/route-rule-ratings-test-delay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ spec:
delay:
percent: 100
fixedDelay: 7s
route:
- destination:
name: ratings
subset: v1
- route:
- destination:
name: ratings
Expand Down

0 comments on commit 2a8b2db

Please sign in to comment.