From 84b06dfc65140f13cdabec9eabc04a7b29e2145b Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Sun, 3 May 2026 12:54:51 +1200 Subject: [PATCH] changing port --- apps/forgejo/sshingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/forgejo/sshingress.yaml b/apps/forgejo/sshingress.yaml index 97afe11..17e3ffb 100644 --- a/apps/forgejo/sshingress.yaml +++ b/apps/forgejo/sshingress.yaml @@ -9,5 +9,5 @@ spec: ports: - protocol: TCP port: 222 - targetPort: 222 + targetPort: 22 type: NodePort