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

17 lines
293 B
YAML

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