fix: Gitea | add ssh tcp ingress route for traefik

This commit is contained in:
2025-11-22 04:46:21 +05:00
parent 2d93965900
commit 11bf756add
3 changed files with 49 additions and 2 deletions

View File

@@ -16,3 +16,13 @@ topologySpreadConstraints:
labelSelector:
matchLabels:
app: traefik
additionalArguments:
- "--entryPoints.ssh.address=:22/tcp"
ports:
ssh:
name: ssh
port: 22
exposedPort: 22
expose:
default: true
protocol: TCP