This repository has been archived on 2026-01-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ipv6-k3s/clusters/ipv6/git-ops/gitea/gitea-ingress-route.yml
aggarwalakshun 21e8e7a4a5
All checks were successful
Validate Kubernetes Manifests / kubeconform (push) Successful in 13s
add ingress-route and edit gitea-svc and traefik release to make gitea work on port 22
2026-01-04 00:17:15 +05:30

15 lines
243 B
YAML

---
apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: gitea-ssh
namespace: git-ops
spec:
entryPoints:
- ssh
routes:
- match: HostSNI(`*`)
services:
- name: gitea-int-service
port: 22