Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
fix wrong service name mentioned in example
Browse files Browse the repository at this point in the history
Signed-off-by: Thorsten Hans <thorsten.hans@gmail.com>
  • Loading branch information
ThorstenHans committed Aug 27, 2020
1 parent d30871f commit 1151667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/traffic-split/traffic-split-WD.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,4 @@ upstream backend {
```

Thus the new `web` service when accessed from a client in Kubernetes will send
10% of it's traffic to `web-next` and 90% of it's traffic to `web`.
10% of it's traffic to `web-next` and 90% of it's traffic to `web-current`.

0 comments on commit 1151667

Please sign in to comment.