Files
launchpad/cluster-resources/gitea-ssh-ingressroute.yaml
2026-04-13 15:54:14 +02:00

14 lines
234 B
YAML

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