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