Files
git.limbosolutions.com/gitea/ssh-ingress.yaml
marcio.fernandes 2979293825 moved from docker to kubernetes (k3s) (#14)
Co-authored-by: Márcio Fernandes
Reviewed-on: #14
2025-03-02 01:33:28 +00:00

17 lines
388 B
YAML

apiVersion: traefik.containo.us/v1alpha1
kind: IngressRouteTCP
metadata:
name: git-limbosolutions-com-ssh-ingress
namespace: git-limbosolutions-com
spec:
entryPoints:
- ssh-git
routes:
- match: HostSNI(`*`)
services:
- name: gitea-ssh
port: 2222
weight: 10
terminationDelay: 90000
proxyProtocol:
version: 1