traefik/pkg/provider/kubernetes/crd/fixtures/with_externalname_with_http.yml
2023-03-20 15:38:08 +01:00

17 lines
250 B
YAML

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