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

18 lines
259 B
YAML
Raw Normal View History

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