From 7f1008bf0d0363006a49d6c9ba3902d5b6d75b1e Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Mon, 13 May 2024 16:35:55 +0200 Subject: [PATCH] feat(contour): ente listener & TLS --- contour/resources/default_gateway.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/contour/resources/default_gateway.yaml b/contour/resources/default_gateway.yaml index aacffea..8ce84a6 100644 --- a/contour/resources/default_gateway.yaml +++ b/contour/resources/default_gateway.yaml @@ -56,6 +56,20 @@ spec: mode: Terminate certificateRefs: - name: forgejo-tls + - name: ente-endpoints + hostname: "*.ente.icb4dc0.de" + port: 443 + protocol: HTTPS + allowedRoutes: + namespaces: + from: Selector + selector: + matchLabels: + kubernetes.io/metadata.name: ente + tls: + mode: Terminate + certificateRefs: + - name: ente-tls - name: coder-port-forwards hostname: "*.ide.icb4dc0.de" port: 443