1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-12 20:58:23 +03:00
traefik/pkg/provider/kubernetes/crd/fixtures/tcp/with_tls_service.yml

17 lines
262 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
tls: true