longhorn and routes

This commit is contained in:
2024-03-26 19:04:20 +01:00
parent edcfb8af0c
commit 2a4b9f64bc
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,16 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: longhorn-ui
spec:
entryPoints:
- web
- websecure
routes:
- match: Host(`longhorn.steffenillium.de`)
kind: Rule
services:
- name: ui
port: 80
tls:
certResolver: default