17 lines
261 B
YAML
17 lines
261 B
YAML
|
apiVersion: traefik.containo.us/v1alpha1
|
||
|
kind: IngressRoute
|
||
|
metadata:
|
||
|
name: test.route
|
||
|
namespace: default
|
||
|
|
||
|
spec:
|
||
|
entryPoints:
|
||
|
- foo
|
||
|
|
||
|
routes:
|
||
|
- match: Host(`foo.com`)
|
||
|
kind: Rule
|
||
|
services:
|
||
|
- name: external-svc-with-https
|
||
|
port: 443
|