prole/deploy/opentofu/prod/README.md

308 B

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:
tofu init
tofu plan
tofu apply