traefik debugging

This commit is contained in:
2024-03-27 12:24:08 +01:00
parent 352892c442
commit 51a1c1aa61
3 changed files with 18 additions and 12 deletions

View File

@ -1,7 +1,7 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: longhorn-ui
name: longhorn-frontend
spec:
entryPoints:
- web
@ -10,5 +10,5 @@ spec:
- match: Host(`longhorn.steffenillium.de`)
kind: Rule
services:
- name: ui
- name: longhorn-frontend
port: 80