fix: Gitea | add ssh tcp ingress route for traefik

This commit is contained in:
2025-11-22 04:46:21 +05:00
parent 2d93965900
commit 11bf756add
3 changed files with 49 additions and 2 deletions

View File

@@ -142,7 +142,10 @@ class Homelab extends TerraformStack {
const gitea = new GiteaServer(this, "gitea-server", {
name: "gitea",
namespace,
provider: helm,
providers: {
helm,
kubernetes,
},
r2Endpoint: `${env.ACCOUNT_ID}.r2.cloudflarestorage.com`,
});