c4df78b4b9
Co-authored-by: Jean-Baptiste Doumenjou <jb.doumenjou@gmail.com>
19 lines
320 B
YAML
19 lines
320 B
YAML
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: IngressRouteTCP
|
|
metadata:
|
|
name: test.crd
|
|
namespace: default
|
|
|
|
spec:
|
|
entryPoints:
|
|
- foo
|
|
|
|
routes:
|
|
- match: HostSNI(`foo.com`)
|
|
services:
|
|
- name: whoamitcp
|
|
port: 8000
|
|
- match: HostSNI(`bar.com`)
|
|
services:
|
|
- name: whoamitcp
|
|
port: 8000
|