Argo/Deployments/.ingress/longhorn-ingress.yaml

16 lines
311 B
YAML
Raw Normal View History

2022-07-03 01:23:08 +02:00
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