fix: add pal-e-docs to postgres NetworkPolicy ingress #286
No reviewers
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
ldraney/pal-e-platform!286
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "284-fix-add-pal-e-docs-namespace-to-postgres"
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?
Summary
Add
pal-e-docsnamespace to the postgresdefault-deny-ingressNetworkPolicy so pal-e-docs pods can reach the CNPG postgres cluster. This was manually patched and needs to be permanent in Terraform.Changes
terraform/network-policies.tf: Addedpal-e-docsnamespace selector to postgres NetworkPolicy ingress rulestofu plan Output
Single resource change:
kubernetes_manifest.netpol_postgreswill be updated in-place to add thepal-e-docsnamespace ingress rule.Test Plan
tofu fmtpasses (verified)tofu plan -lock=falseshould show only the postgres NetworkPolicy updateReview Checklist
tofu fmtcleanRelated Notes
None.
Related
Closes #284
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.