prole/deploy/opentofu/prod
2026-02-22 01:02:00 -08:00
..
manifests Fix Kong OOM crash: increase memory limit to 1Gi, mount ConfigMap to subdirectory 2026-02-22 01:02:00 -08:00
main.tf Fix Kong OOM crash: increase memory limit to 1Gi, mount ConfigMap to subdirectory 2026-02-22 01:02:00 -08:00
README.md Fix Kong OOM crash: increase memory limit to 1Gi, mount ConfigMap to subdirectory 2026-02-22 01:02:00 -08:00
variables.tf Fix Kong OOM crash: increase memory limit to 1Gi, mount ConfigMap to subdirectory 2026-02-22 01:02:00 -08:00

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