Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/operations/cutover.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,11 @@ fresh private-storage bucket.
Every counter should be zero in the orphan + inconsistent categories.
If anything is flagged, **stop** and investigate before T-0.

9. Deploy the rewrite to production with `helm upgrade --install` per
[deploy.md](deploy.md). The pod will boot against the just-imported
data + bucket but receive no public traffic yet (ingress hostname not
pointed yet).
9. Deploy the rewrite to production via the production GitOps repo (a
sibling to [`cfp-sandbox-cluster`](https://github.com/CodeForPhilly/cfp-sandbox-cluster)
— see [deploy.md](deploy.md)). The pod will boot against the
just-imported data + bucket but receive no public traffic yet (Gateway
hostname not pointed at the prod LoadBalancer yet).

10. Smoke-test the production hostname through `/etc/hosts` or via direct
cluster IP: hit `/api/health`, `/api/people/<known-slug>`,
Expand Down
Loading