commit ba62bc173ab5a52e9de3e76255e94e568aa65e13 parent ccf9797cbb0db62852b121e16ea709c0cf45bbab Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 15 Jan 2025 12:30:23 +0100 Adjust gateway Diffstat:
| M | apps/base/envoy-gateway/release.yaml | | | 17 | +++++++++++++++-- |
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/apps/base/envoy-gateway/release.yaml b/apps/base/envoy-gateway/release.yaml @@ -63,8 +63,9 @@ spec: allowedRoutes: namespaces: from: "All" - - name: https + - name: https-midnightthoughts protocol: HTTPS + hostname: "*.midnightthoughts.space" port: 443 allowedRoutes: namespaces: @@ -73,7 +74,19 @@ spec: mode: Terminate certificateRefs: - kind: Secret - name: envoy-gateway-tls + name: midnightthoughts.space-tls + - name: https-nordgedanken + protocol: HTTPS + hostname: "*.nordgedanken.dev" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: nordgedanken.dev-tls --- apiVersion: gateway.envoyproxy.io/v1alpha1 kind: ClientTrafficPolicy