kubedeploy-k3s/infrastructure/04-longhorn/base/longhorn-ui-ingress.yaml
2024-04-18 15:06:02 +02: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