traefik/pkg/provider/kubernetes/crd/fixtures/tcp/with_two_services.yml
2019-07-05 17:24:04 +02:00

18 lines
280 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
- name: whoamitcp2
port: 8080