From 09e035cf030793e364eb2c8c14a18bc3574576ee Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 15 Jun 2025 20:07:54 -0400 Subject: [PATCH] gitea: add ssh ingressroute --- gitea/values.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/gitea/values.yaml b/gitea/values.yaml index 078e022..6313601 100644 --- a/gitea/values.yaml +++ b/gitea/values.yaml @@ -59,7 +59,7 @@ gitea: DOMAIN: git.dubyatp.xyz ENABLE_PPROF: false ROOT_URL: https://git.dubyatp.xyz - SSH_DOMAIN: git.dubyatp.xyz + SSH_DOMAIN: git-ssh.dubyatp.xyz SSH_LISTEN_PORT: 22 SSH_PORT: 22 START_SSH_SERVER: true @@ -78,6 +78,19 @@ gitea: security: INSTALL_LOCK: true extraDeploy: + - apiVersion: traefik.io/v1alpha1 + metadata: + name: gitea-ssh + spec: + entryPoints: + - gitssh + routes: + - kind: Rule + match: Host(`git-ssh.dubyatp.xyz`) + priority: 10 + services: + - name: gitea-ssh + port: 22 - apiVersion: v1 kind: Secret metadata: