traefik/pkg/provider/kubernetes/crd/fixtures/tcp/with_externalname_without_ports.yml
2023-03-20 15:38:08 +01:00

14 lines
216 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: test.route
namespace: default
spec:
entryPoints:
- foo
routes:
- match: HostSNI(`foo.com`)
services:
- name: external-svc