chore: Update manifests after change

This commit is contained in:
2026-05-18 03:03:55 +00:00
committed by Alex Lebens
parent d2a7d5bc7e
commit fc7e5cef35
64 changed files with 2746 additions and 1 deletions
@@ -0,0 +1,21 @@
apiVersion: gateway.networking.k8s.io/v1alpha2
kind: TCPRoute
metadata:
name: gitea-ssh
namespace: gitea
labels:
app.kubernetes.io/name: gitea-ssh
app.kubernetes.io/instance: gitea
app.kubernetes.io/part-of: gitea
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
sectionName: ssh
rules:
- backendRefs:
- kind: Service
name: gitea-ssh
port: 22