rename CF Pages site most.viktorbarzin.me -> bridge.viktorbarzin.me
All checks were successful
ci/woodpecker/push/default Pipeline was successful

Viktor asked to rename the 'мост' school static site to 'bridge'.
New Cloudflare Pages project 'bridge' (bridge-cv2.pages.dev) already
deployed and the custom domain attached; this renames the public CNAME
(TF resource most_pages -> bridge_pages, destroy+create swaps the
record) and the internal split-horizon static CNAME in the
ingress-dns-sync CronJob. The old 'most' Pages project and the stale
internal 'most' record are removed out-of-band after this applies.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-07-03 10:52:30 +00:00
parent 7dd80b6c7c
commit e1bd111562
3 changed files with 7 additions and 7 deletions

View file

@ -1008,7 +1008,7 @@ resource "kubernetes_cron_job_v1" "technitium_ingress_dns_sync" {
# internal client (LAN, VLANs, pods) gets NXDOMAIN for them.
# Target is the pages.dev host resolves via upstream to CF
# edge IPs; normal egress, no hairpin involved.
add_cname "most.$$ZONE" "most-6if.pages.dev"
add_cname "bridge.$$ZONE" "bridge-cv2.pages.dev"
# Pin the .lan ingress anchor A record to the LIVE Traefik LB IP.
# *.viktorbarzin.lan ingress hosts CNAME to ingress.viktorbarzin.lan,