Multi-layer routing
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
This commit is contained in:
parent
8392503df7
commit
d6598f370c
37 changed files with 2834 additions and 37 deletions
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: child-missing-parent
|
||||
namespace: default
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: non-existent-parent
|
||||
namespace: default
|
||||
routes:
|
||||
- match: Path(`/missing`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: child-service
|
||||
port: 9000
|
||||
Loading…
Add table
Add a link
Reference in a new issue