Incorrect value in default priority computation example

This commit is contained in:
Tammo 2024-07-11 15:46:03 +02:00 committed by GitHub
parent d42e75bb2e
commit a52c81fd91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -479,7 +479,7 @@ A value of `0` for the priority is ignored: `priority = 0` means that the defaul
| Name | Rule | Priority | | Name | Rule | Priority |
|----------|------------------------------------------|----------| |----------|------------------------------------------|----------|
| Router-1 | ```HostRegexp(`[a-z]+\.traefik\.com`)``` | 44 | | Router-1 | ```HostRegexp(`[a-z]+\.traefik\.com`)``` | 34 |
| Router-2 | ```Host(`foobar.traefik.com`)``` | 26 | | Router-2 | ```Host(`foobar.traefik.com`)``` | 26 |
The previous table shows that `Router-1` has a higher priority than `Router-2`. The previous table shows that `Router-1` has a higher priority than `Router-2`.