mirror of
https://github.com/containous/traefik.git
synced 2025-11-08 00:23:53 +03:00
Allow crossprovider service reference
Co-authored-by: Harold Ozouf <harold.ozouf@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2461e36ed4
commit
7996a42f76
@@ -44,3 +44,14 @@ spec:
|
||||
- serviceName: whoami
|
||||
port: 80
|
||||
weight: 1
|
||||
- matches:
|
||||
- path:
|
||||
type: Prefix
|
||||
value: /foo
|
||||
forwardTo:
|
||||
- backendRef:
|
||||
group: traefik.containo.us
|
||||
kind: TraefikService
|
||||
name: myservice@file
|
||||
weight: 1
|
||||
port: 80
|
||||
|
||||
Reference in New Issue
Block a user