16 lines
311 B
YAML
16 lines
311 B
YAML
|
apiVersion: traefik.containo.us/v1alpha1
|
||
|
kind: IngressRoute
|
||
|
metadata:
|
||
|
name: longhorn-system
|
||
|
namespace: longhorn-system
|
||
|
spec:
|
||
|
entryPoints:
|
||
|
- web
|
||
|
routes:
|
||
|
- kind: Rule
|
||
|
match: Host(`longhorn.roxedus.com`)
|
||
|
priority: 10
|
||
|
services:
|
||
|
- name: longhorn-frontend
|
||
|
port: 80
|