Terraform now deploys a complete k8s environment: - cert-manager with Let's Encrypt (staging + prod issuers) - Redis deployment with persistent storage - App deployment (2 replicas, rolling updates) - Traefik ingress with SSL, HSTS, HTTP→HTTPS redirect Ready for switchover by forwarding ports 80/443 to k3s VM. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| .terraform.lock.hcl | ||
| app.tf | ||
| cert-manager.tf | ||
| main.tf | ||
| outputs.tf | ||
| redis.tf | ||
| terraform.tfvars.example | ||
| variables.tf | ||
| versions.tf | ||