1
0
Fork 0

Added ability to override frontend priority for k8s ingress router

This commit is contained in:
Kirill Orlov 2017-07-29 19:35:23 +03:00 committed by Ludovic Fernandez
parent 29390a3c4a
commit 94f922cd28
4 changed files with 163 additions and 1 deletions

View file

@ -1242,6 +1242,7 @@ Træfik can be configured to use Kubernetes Ingress as a backend configuration:
Annotations can be used on containers to override default behaviour for the whole Ingress resource:
- `traefik.frontend.rule.type: PathPrefixStrip`: override the default frontend rule type (Default: `PathPrefix`).
- `traefik.frontend.priority: 3`: override the default frontend rule priority (Default: `len(Path)`).
Annotations can be used on the Kubernetes service to override default behaviour: