prole/deploy/opentofu/prod/README.md

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
```