1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-10 12:58:23 +03:00
2023-03-20 15:38:08 +01:00

20 lines
284 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: test.route
namespace: default
spec:
entryPoints:
- web
routes:
- match: Host(`foo.com`) && PathPrefix(`/bar`)
kind: Rule
priority: 12
services:
- name: whoami
port: 80
tls: {}