Update blackbox probe: westside-app to westside-landing #229
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-platform#229
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
Sub-ticket of
forgejo_admin/westside-app#109(Landing site rename — decomposed). Depends on sub-ticket 1 (Forgejo rename).Repo
forgejo_admin/pal-e-platformUser Story
As a superadmin
I want the monitoring blackbox probe updated from
westside-apptowestside-landingSo that uptime monitoring labels match the renamed service identity.
Context
This is sub-ticket 4 of 4 from the decomposed
#109rename. The blackbox probe in the monitoring module referenceswestside-appas the probe name. After rename, this should reflect the new service name for dashboard/alerting consistency.Note: The review identified the correct file path as
terraform/modules/monitoring/main.tf(lines 366-368), NOTterraform/main.tfas the parent ticket stated.File Targets
Files the agent should modify:
terraform/modules/monitoring/main.tf— lines 366-368: probename = "westside-app"→"westside-landing", verifyurlandlabelsare consistentFiles the agent should NOT touch:
terraform/main.tf— only has amovedblock for keycloak theme, not the blackbox probeAcceptance Criteria
westside-apptowestside-landingwestsidekingsandqueens.tail5b443a.ts.net)tofu plan -lock=falseshows only the probe name/label changeTest Expectations
tofu fmtpassestofu validatepassestofu plan -lock=falseoutput shows only expected probe renamecd terraform && tofu plan -lock=falseConstraints
tofu plan -lock=falsebefore any terraform changes (perfeedback_tofu_lock_false.md)tofu fmtandtofu validatebefore pushingChecklist
tofu planoutput included in PRRelated
forgejo_admin/westside-app#109— parent ticket (decomposed)forgejo_admin/westside-app)project-westside-basketballScope Review: READY
Review note:
review-590-2026-03-28All 11 template sections present. Traceability complete (story:WS-S26, arch:landing-site). File targets verified --
terraform/modules/monitoring/main.tflines 366-368 confirmed with exact content match. Acceptance criteria testable viatofu plan. 3 lines in 1 file, well under 5-minute rule.One sequencing caveat: the probe URL (
http://westside-app.westsidekingsandqueens.svc.cluster.local:3000) references the k8s Service DNS name. If ticket #589 (pal-e-deployments) decides to rename the k8s Service, this URL must also change. Recommend dispatching this ticket AFTER #589's scope is finalized.