add devops

This commit is contained in:
2026-05-11 09:17:23 +02:00
parent 49a1f1e2d7
commit 076449cdf9
12 changed files with 276 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: gitea-ssh
namespace: devops # Ensure this is your Gitea namespace
spec:
entryPoints:
- ssh # This MUST match the name used in your Traefik config
routes:
- match: HostSNI(`*`)
services:
- name: gitea-ssh # Replace with the service name from Step 1
port: 22