17 lines
274 B
YAML
17 lines
274 B
YAML
|
apiVersion: traefik.containo.us/v1alpha1
|
||
|
kind: IngressRouteTCP
|
||
|
metadata:
|
||
|
name: test.route
|
||
|
namespace: default
|
||
|
|
||
|
spec:
|
||
|
entryPoints:
|
||
|
- foo
|
||
|
|
||
|
routes:
|
||
|
- match: HostSNI(`foo.com`)
|
||
|
services:
|
||
|
- name: whoamitcp-cross-ns
|
||
|
namespace: cross-ns
|
||
|
port: 8000
|