685c6dc00c
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
16 lines
267 B
YAML
16 lines
267 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
|
|
port: 8000
|
|
terminationDelay: 500
|