Files
trade-iac/k3s/gitea-ssh/ingressroutetcp-gitea-ssh.yaml

14 lines
232 B
YAML

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