mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 11:03:59 +00:00
| .. | ||
| manifests | ||
| main.tf | ||
| README.md | ||
| variables.tf | ||
OpenTofu Production Pipeline
This pipeline deploys Prole into a production cluster (AWS EKS / GCloud GKE).
Usage
- Copy manifests from the k3s pipeline into
manifests/. - Set
cluster_endpoint,cluster_token, and optionallycluster_ca_cert. - Run:
tofu init
tofu plan
tofu apply