From 6ba0558e58d679f95a93922e3ea4dfaa595a7c96 Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 15 Jun 2025 20:17:07 -0400 Subject: [PATCH] gitea: use ingressroutetcp --- gitea/values.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gitea/values.yaml b/gitea/values.yaml index 3e2c372..75876bd 100644 --- a/gitea/values.yaml +++ b/gitea/values.yaml @@ -79,16 +79,15 @@ gitea: INSTALL_LOCK: true extraDeploy: - apiVersion: traefik.io/v1alpha1 - kind: IngressRoute + kind: IngressRouteTCP metadata: name: gitea-ssh spec: entryPoints: - gitssh routes: - - kind: Rule - match: Host(`git-ssh.dubyatp.xyz`) - priority: 10 + - match: HostSNI(`*`) + priority: 1 services: - name: gitea-ssh port: 22