traefik/pkg/provider/kubernetes/crd/fixtures/tcp/with_native_service_lb.yml

17 lines
252 B
YAML
Raw Normal View History

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