longhorn and routes
This commit is contained in:
16
infrastructure/04-longhorn/base/longhorn-ui-ingress.yaml
Normal file
16
infrastructure/04-longhorn/base/longhorn-ui-ingress.yaml
Normal 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
|
Reference in New Issue
Block a user