From ec797507530e5ff4f6029349c44ac3c8fd254169 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 27 Apr 2023 20:45:43 -0400 Subject: [PATCH] Open gitea ssh nodeport --- cluster/apps/default/gitea/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/default/gitea/helm-release.yaml b/cluster/apps/default/gitea/helm-release.yaml index 0e60b87..2e10cf0 100644 --- a/cluster/apps/default/gitea/helm-release.yaml +++ b/cluster/apps/default/gitea/helm-release.yaml @@ -48,12 +48,12 @@ spec: ssh: enabled: true + type: NodePort ports: ssh: enabled: true port: 22 protocol: TCP - targetPort: 2223 nodePort: 30022 probes: