traefik/pkg/provider/kubernetes/crd/fixtures/tcp/with_empty_services.yml
2024-06-21 14:56:03 +02:00

15 lines
274 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: test.route
namespace: default
spec:
entryPoints:
- foo
routes:
- match: HostSNI(`foo.com`)
services:
- name: whoamitcp-without-endpointslice-endpoints
port: 8000