feat: add HTTPS listeners for auth and grafana

This commit is contained in:
2026-07-01 20:04:47 +01:00
parent a60e9b6d64
commit bf45bfca7b
+22
View File
@@ -14,3 +14,25 @@ spec:
allowedRoutes: allowedRoutes:
namespaces: namespaces:
from: All from: All
- name: websecure-auth
hostname: auth.solidish.dev
port: 8443
protocol: HTTPS
tls:
mode: Terminate
certificateRefs:
- name: auth-solidish-dev-tls
allowedRoutes:
namespaces:
from: All
- name: websecure-grafana
hostname: grafana.solidish.dev
port: 8443
protocol: HTTPS
tls:
mode: Terminate
certificateRefs:
- name: grafana-solidish-dev-tls
allowedRoutes:
namespaces:
from: All