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

15 lines
222 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRouteUDP
metadata:
name: test.route
namespace: default
spec:
entryPoints:
- foo
routes:
- services:
- name: native-svc
port: 8000
nativeLB: true