feat: expose Longhorn and Hubble UIs with TLS

This commit is contained in:
2026-07-01 20:15:45 +01:00
parent 6b248780a4
commit c59628fbdf
2 changed files with 55 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: longhorn-ui
namespace: longhorn-system
spec:
parentRefs:
- name: traefik-gateway
namespace: traefik
sectionName: websecure-longhorn
hostnames:
- longhorn.solidish.dev
rules:
- backendRefs:
- name: longhorn-frontend
port: 80
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: hubble-ui
namespace: kube-system
spec:
parentRefs:
- name: traefik-gateway
namespace: traefik
sectionName: websecure-hubble
hostnames:
- hubble.solidish.dev
rules:
- backendRefs:
- name: hubble-ui
port: 80