Skip to content

Commit

Permalink
fix linkerd traffic routing example (#2503)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaSami authored Jan 4, 2023
1 parent 133641b commit 82da2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/traffic-management/rollout-linkerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
canary:
stableService: rollout-linkerd-stable
canaryService: rollout-linkerd-canary
trafficManagement:
trafficRouting:
smi:
rootService: rollout-linkerd
steps:
Expand Down Expand Up @@ -108,4 +108,4 @@ spec:
args:
- |
wrk -t10 -c40 -d45s -s report.lua http://rollout-linkerd.{{ args.namespace }}.svc/color
jq -e '.errors_ratio <= 0.35 and .latency_avg_ms < 100' report.json
jq -e '.errors_ratio <= 0.35 and .latency_avg_ms < 100' report.json

0 comments on commit 82da2ec

Please sign in to comment.