2023-03-20 14:38:08 +00:00
|
|
|
apiVersion: traefik.io/v1alpha1
|
2020-03-10 11:46:05 +00:00
|
|
|
kind: IngressRouteTCP
|
|
|
|
metadata:
|
|
|
|
name: test.route
|
|
|
|
namespace: default
|
|
|
|
|
|
|
|
spec:
|
|
|
|
entryPoints:
|
|
|
|
- foo
|
|
|
|
|
|
|
|
routes:
|
|
|
|
- match: HostSNI(`foo.com`)
|
|
|
|
services:
|
|
|
|
- name: external-svc
|
|
|
|
port: 8000
|