Добавлен код и промты.

This commit is contained in:
14 changed files with 856 additions and 0 deletions

24
.cascade-config.json Normal file
View File

@@ -0,0 +1,24 @@
{
"project": {
"name": "apk-deploy",
"description": "Kubernetes deployment system using Terraform and k3s",
"context_files": [
"README.md",
"environment.md",
"project.config",
"terraform/terraformrc"
]
},
"environment": {
"os": ["ubuntu-24.04", "windows-11"],
"shell_windows": "git-bash",
"required_tools": ["terraform", "ssh", "git"]
},
"preferences": {
"deploy_method": "terraform",
"kubernetes": {
"version": "v1.31.6+k3s1",
"channel": "stable"
}
}
}