fix: move ssh port for gitea to 2222

This commit is contained in:
2026-01-16 17:22:47 +05:00
parent 4c1b045bb7
commit b4dfdd8c18
3 changed files with 6 additions and 22 deletions

View File

@@ -79,7 +79,7 @@ export class GiteaServer extends Construct {
match: "HostSNI(`*`)",
entryPoint: "ssh",
serviceName: `${name}-ssh`,
servicePort: 22,
servicePort: 2222,
});
new PublicIngressRoute(this, "http-ingress", {