traefik/integration/fixtures/k8s/03-ingressroute.yml

26 lines
379 B
YAML
Raw Normal View History

2023-03-20 14:38:08 +00:00
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
2019-07-05 15:24:04 +00:00
name: test.route
namespace: default
labels:
app: traefik
spec:
entryPoints:
- web
routes:
- match: Host(`foo.com`) && PathPrefix(`/bar`)
kind: Rule
priority: 12
services:
- name: whoami
port: 80
tls:
options:
name: mytlsoption
2020-02-24 16:14:06 +00:00
store:
name: mytlsstore