fix: start Gateway with HTTP listener only, add HTTPS after certs exist

This commit is contained in:
2026-07-01 20:01:34 +01:00
parent 1cf9f1bb72
commit 183b37d1f2
-22
View File
@@ -21,25 +21,3 @@ spec:
allowedRoutes: allowedRoutes:
namespaces: namespaces:
from: All from: All
- name: websecure-auth
hostname: auth.solidish.dev
port: 443
protocol: HTTPS
tls:
mode: Terminate
certificateRefs:
- name: auth-solidish-dev-tls
allowedRoutes:
namespaces:
from: All
- name: websecure-grafana
hostname: grafana.solidish.dev
port: 443
protocol: HTTPS
tls:
mode: Terminate
certificateRefs:
- name: grafana-solidish-dev-tls
allowedRoutes:
namespaces:
from: All