mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 11:04:30 +00:00
- Persist and export supabase_hostname for canonical external Supabase entrypoint (db.prole.org) - Render Supabase Helm ingress host and public URLs (API_EXTERNAL_URL/GOTRUE_SITE_URL/SUPABASE_PUBLIC_URL) from config - Align tracked Traefik ingress manifests to db.prole.org - Generalize service hostname/TLS wiring in k3s automation and refresh Kong/monitoring behavior - Make optional workload policy checks deterministic when kube context is absent; add render tests |
||
|---|---|---|
| .. | ||
| argocd | ||
| manifests | ||
| main.tf | ||
| opentofu.auto.tfvars | ||
| README.md | ||
| terraform.tfstate | ||
| variables.tf | ||
OpenTofu k3s Pipeline
This pipeline re-deploys the Prole environment into a k3s cluster using OpenTofu.
Usage
- Ensure
opentofu.auto.tfvarsis populated (install.py will generate it). - Sync manifests into
deploy/opentofu/k3s/manifests. - Run:
tofu init
tofu plan
tofu apply
Files
main.tf: Applies Kubernetes manifests with the configured namespace.variables.tf: Pipeline inputs (server URL, token, namespace).opentofu.auto.tfvars: Auto-generated values from Prole install/config.manifests/: Copy ofk8s/manifests to re-deploy.