traefik/integration/fixtures/k8s/03-ingressroute.yml
2020-02-24 17:14:06 +01:00

24 lines
361 B
YAML

apiVersion: traefik.containo.us/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:
options:
name: mytlsoption
store:
name: mytlsstore