Update scope of services and middlewares

This commit is contained in:
Olivier Beaudoin 2019-10-07 06:50:04 -04:00 committed by Traefiker Bot
parent dd53be7a1b
commit ed4b2f74ff

View file

@ -183,14 +183,14 @@ and therefore this specification would be ignored even if present.
routes:
- match: Host(`bar.com`)
kind: Rule
services:
- name: whoami
port: 80
middlewares:
- name: add-foo-prefix@file
# namespace: bar
# A namespace specification such as above is ignored
# when the cross-provider syntax is used.
services:
- name: whoami
port: 80
middlewares:
- name: add-foo-prefix@file
# namespace: bar
# A namespace specification such as above is ignored
# when the cross-provider syntax is used.
```
## Available Middlewares