fix: route Gitea SSH through nginx ingress LB instead of separate LoadBalancer

This commit is contained in:
Ryan Moon
2026-04-02 18:34:29 -05:00
parent 3a27ccfe8d
commit f7786f3e19
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: tcp-services
namespace: ingress-nginx
data:
"22": "gitea/gitea-ssh:22"