feat: Gitea | migrate helm chart into CDKTF (#3)

Reviewed-on: #3
This commit is contained in:
2025-07-14 07:50:57 +00:00
parent 2cca9727ce
commit 1be613bedf
10 changed files with 1600 additions and 23 deletions

11
cdktf.json Normal file
View File

@@ -0,0 +1,11 @@
{
"language": "typescript",
"app": "npx ts-node main.ts",
"projectId": "ba1e0717-f034-4554-b39f-a05d4326cbf8",
"sendCrashReports": "true",
"terraformProviders": [],
"terraformModules": [],
"context": {
}
}