add 22 port to nlb for gitea

This commit is contained in:
Alexander Rogov
2026-06-12 20:20:47 +03:00
parent 941493e310
commit c2e72b0ec8
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: gitea-ssh
namespace: gitea
spec:
entryPoints:
- ssh
routes:
- match: HostSNI(`*`)
services:
- name: gitea
port: 22