From 3876552b7aaf59e6b94d7029981fd74211eb6f7d Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Thu, 22 Feb 2024 16:07:16 +0100 Subject: [PATCH] feat: add fider listeners to Gateway --- contour/resources/default_gateway.yaml | 46 ++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/contour/resources/default_gateway.yaml b/contour/resources/default_gateway.yaml index 2cc9c20..4876d4a 100644 --- a/contour/resources/default_gateway.yaml +++ b/contour/resources/default_gateway.yaml @@ -33,7 +33,7 @@ spec: tls: mode: Terminate certificateRefs: - - name: wildcard-icb4dc0-de + - name: wildcard-icb4dc0-de-tls - name: coder-port-forwards hostname: "*.ide.icb4dc0.de" port: 443 @@ -47,4 +47,46 @@ spec: tls: mode: Terminate certificateRefs: - - name: coder-port-forwards \ No newline at end of file + - name: coder-port-forwards-tls + - name: buildr-fider-community + hostname: community.buildr.icb4dc0.de + port: 443 + protocol: HTTPS + allowedRoutes: + namespaces: + from: Selector + selector: + matchLabels: + kubernetes.io/metadata.name: fider + tls: + mode: Terminate + certificateRefs: + - name: buildr-fider-community-tls + - name: inetmock-fider-community + hostname: community.inetmock.icb4dc0.de + port: 443 + protocol: HTTPS + allowedRoutes: + namespaces: + from: Selector + selector: + matchLabels: + kubernetes.io/metadata.name: fider + tls: + mode: Terminate + certificateRefs: + - name: inetmock-fider-community-tls + - name: fider-login + hostname: login.fider.icb4dc0.de + port: 443 + protocol: HTTPS + allowedRoutes: + namespaces: + from: Selector + selector: + matchLabels: + kubernetes.io/metadata.name: fider + tls: + mode: Terminate + certificateRefs: + - name: fider-login-tls \ No newline at end of file