ingress revision
All checks were successful
/ continuous-deploy (push) Successful in 20s

This commit is contained in:
Márcio Fernandes
2026-04-09 12:34:45 +00:00
parent d19eb21529
commit 0599b3d41a
7 changed files with 48 additions and 31 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: ssh-public
annotations:
kubernetes.io/ingress.class: traefik-public
spec:
entryPoints:
- tcp2222
routes:
- match: HostSNI(`*`)
services:
- name: gitea-ssh
port: 2222