fix: remove Longhorn/Hubble from Gateway, IngressRoutes handle them now

This commit is contained in:
2026-07-01 21:15:18 +01:00
parent 4ca7278782
commit 2fee65b8e6
-22
View File
@@ -36,25 +36,3 @@ spec:
allowedRoutes: allowedRoutes:
namespaces: namespaces:
from: All 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