From 5f52ace2959a6b63ea79e35693264745b6a36292 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Thu, 27 Nov 2025 17:06:11 +0530 Subject: [PATCH] change ssh port --- clusters/default/git-ops/gitea/gitea-svc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/default/git-ops/gitea/gitea-svc.yml b/clusters/default/git-ops/gitea/gitea-svc.yml index 1da6cfa..8173392 100644 --- a/clusters/default/git-ops/gitea/gitea-svc.yml +++ b/clusters/default/git-ops/gitea/gitea-svc.yml @@ -16,7 +16,7 @@ spec: targetPort: 3000 protocol: TCP name: http - - port: 222 + - port: 22 targetPort: 22 name: ssh