mirror of
https://github.com/containous/traefik.git
synced 2025-03-10 12:58:23 +03:00
18 lines
270 B
YAML
18 lines
270 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: IngressRouteTCP
|
|
metadata:
|
|
name: test.route
|
|
namespace: default
|
|
|
|
spec:
|
|
entryPoints:
|
|
- foo
|
|
|
|
routes:
|
|
- match: HostSNI(`foo.com`)
|
|
services:
|
|
- name: whoamitcp
|
|
port: 8000
|
|
proxyProtocol:
|
|
version: 2
|