mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 20:44:31 +00:00
14 lines
308 B
Markdown
14 lines
308 B
Markdown
# OpenTofu Production Pipeline
|
|
|
|
This pipeline deploys Prole into a production cluster (AWS EKS / GCloud GKE).
|
|
|
|
## Usage
|
|
1. Copy manifests from the k3s pipeline into `manifests/`.
|
|
2. Set `cluster_endpoint`, `cluster_token`, and optionally `cluster_ca_cert`.
|
|
3. Run:
|
|
```bash
|
|
tofu init
|
|
tofu plan
|
|
tofu apply
|
|
```
|