traefik/pkg/provider/kubernetes/crd/fixtures/tcp/with_native_service_lb.yml
2023-03-20 16:46:05 +01:00

16 lines
252 B
YAML

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