mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 14:44:32 +00:00
- Add init_redis.sh for Redis deployment - Extend init_gitlab.sh with Kerberos/OIDC prep and service wiring - Add init_monitoring.sh improvements - Update init_kong.sh and init_service_layer.sh - Rename ArgoCD application-openbao → application-db; add DB kustomization - Update kong-configmap, kustomization, port-mapping, service configs - Bump knoe-db version; refresh network scan Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 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.