Files
infra/manifests/devops/gitea-ssh-ingress.yaml
2026-05-11 09:17:23 +02:00

15 lines
368 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: gitea-ssh
namespace: devops # Ensure this is your Gitea namespace
spec:
entryPoints:
- ssh # This MUST match the name used in your Traefik config
routes:
- match: HostSNI(`*`)
services:
- name: gitea-ssh # Replace with the service name from Step 1
port: 22