Files
infrastructure/clusters/cl01tl/helm/gitea/templates/tcp-route.yaml
2026-04-23 17:26:26 -05:00

21 lines
477 B
YAML

apiVersion: gateway.networking.k8s.io/v1alpha2
kind: TCPRoute
metadata:
name: gitea-ssh
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: gitea-ssh
{{- include "custom.labels" . | nindent 4 }}
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