Register palinks in pal-e-services terraform #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone — containerization initiative for palinks.
Repo
ldraney/pal-e-servicesUser Story
As a platform operator
I want palinks registered in the services terraform
So that Harbor, ArgoCD, namespace, and funnel are provisioned automatically
Context
palinks currently runs as a local Puma process on archbox with an nginx reverse proxy in k3s. We're containerizing it to match the believers-elite pattern. This is the first step — terraform provisions all the infrastructure the other tickets depend on.
File Targets
Files the agent should modify or create:
terraform/k3s.tfvars— addpalinksentry toservicesmapFiles the agent should NOT touch:
terraform/main.tf— no module changes neededterraform/cnpg.tf— CNPG cluster already existsAcceptance Criteria
palinksentry added tok3s.tfvarsservices map (port 80, funnel true, source_path overlays/palinks/prod)tofu applysucceeds without errorspalinksexists with CI and pull robot accountspalinkscreated pointing atoverlays/palinks/prodTest Expectations
tofu planshows only the expected new resourcestofu applycompletes cleanlycd ~/pal-e-services/terraform && tofu plan -var-file=k3s.tfvarsConstraints
Checklist
Related
palinks— project this affects