80b35575df
Co-authored-by: juliens <julien@containo.us>
21 lines
325 B
YAML
21 lines
325 B
YAML
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: test.crd
|
|
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
|