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
+22
View File
@@ -36,3 +36,25 @@ spec:
allowedRoutes:
namespaces:
from: All
- name: websecure-longhorn
hostname: longhorn.solidish.dev
port: 8443
protocol: HTTPS
tls:
mode: Terminate
certificateRefs:
- name: longhorn-solidish-dev-tls
allowedRoutes:
namespaces:
from: All
- name: websecure-hubble
hostname: hubble.solidish.dev
port: 8443
protocol: HTTPS
tls:
mode: Terminate
certificateRefs:
- name: hubble-solidish-dev-tls
allowedRoutes:
namespaces:
from: All