kubedeploy-k3s/infrastructure/04-longhorn/base/longhorn-ui-ingress.yaml
2024-03-27 12:24:08 +01:00

15 lines
263 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: longhorn-frontend
spec:
entryPoints:
- web
- websecure
routes:
- match: Host(`longhorn.steffenillium.de`)
kind: Rule
services:
- name: longhorn-frontend
port: 80