kubedeploy-k3s/infrastructure/04-longhorn/base/longhorn-ui-ingress.yaml

17 lines
291 B
YAML

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