Files
dotfiles/nix/homelab/kustomize/routes/gitea/ssh.yaml

14 lines
227 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: gitea-ssh
namespace: git
spec:
entryPoints:
- ssh
routes:
- match: HostSNI(`*`)
services:
- name: gitea-ssh
port: 22