From 314bb570c9f876de152e3ffa10b24f147c6f9971 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Tue, 21 Jan 2025 18:21:34 +0100 Subject: [PATCH] chore: remove obsolete listeners --- contour/resources/default_gateway.yaml | 36 +------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/contour/resources/default_gateway.yaml b/contour/resources/default_gateway.yaml index 862cd76..d66e54c 100644 --- a/contour/resources/default_gateway.yaml +++ b/contour/resources/default_gateway.yaml @@ -51,6 +51,7 @@ spec: mode: Terminate certificateRefs: - name: forgejo-tls + - name: ssh protocol: TCP port: 22 @@ -108,21 +109,6 @@ spec: certificateRefs: - name: coder-port-forwards-tls - - name: garage-s3-subdomains - hostname: "*.s3.icb4dc0.de" - port: 443 - protocol: HTTPS - allowedRoutes: - namespaces: - from: Selector - selector: - matchLabels: - kubernetes.io/metadata.name: garage - tls: - mode: Terminate - certificateRefs: - - name: garage-s3-subdomains-tls - - name: buildr-fider-community hostname: community.buildr.icb4dc0.de port: 443 @@ -168,26 +154,6 @@ spec: certificateRefs: - name: fider-login-tls - - name: git-age-docs - hostname: "docs.git-age.icb4dc0.de" - port: 443 - protocol: HTTPS - allowedRoutes: - namespaces: - from: Selector - selector: - # workaround to move blog function to functions namespace - matchExpressions: - - key: kubernetes.io/metadata.name - operator: In - values: - - blog - - functions - tls: - mode: Terminate - certificateRefs: - - name: git-age-docs-tls - - name: supabase-operator-docs hostname: "docs.supabase-operator.icb4dc0.de" port: 443