13 lines
242 B
YAML
13 lines
242 B
YAML
|
apiVersion: traefik.containo.us/v1alpha1
|
||
|
kind: IngressRoute
|
||
|
metadata:
|
||
|
name: mt-ing-rt
|
||
|
namespace: default
|
||
|
spec:
|
||
|
routes:
|
||
|
- kind: Rule
|
||
|
match: Host(`mt.r8z.us`) && (PathPrefix(`/`)
|
||
|
services:
|
||
|
- kind: Service
|
||
|
name: mt-svc
|