From 974c9976e3915a6e71d7cf52646d2afd622a68b5 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Fri, 3 Jul 2026 13:12:30 +0000 Subject: [PATCH] =?UTF-8?q?valia-sites:=20take=20over=20stem95su=20DNS=20(?= =?UTF-8?q?manage=5Fdns=3Dtrue)=20=E2=80=94=20cutover=20half=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Creates the public proxied CNAME stem95su -> stem95su.pages.dev and adds the internal split-horizon entry via the valia-sites-dns ConfigMap (the sync's update pass repoints the existing internal record). Completes the ADR-0018 cutover; the old in-cluster serving stack is retired in a follow-up. Co-Authored-By: Claude Fable 5 --- stacks/valia-sites/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/valia-sites/main.tf b/stacks/valia-sites/main.tf index 369302f9..182cc4ee 100644 --- a/stacks/valia-sites/main.tf +++ b/stacks/valia-sites/main.tf @@ -31,7 +31,7 @@ locals { folder_id = "1cmOI2jRyBJdnrVPgbr4kx2cx_4DY6pm_" # "claude" — 95. СУ STEM board src_path = "stem claude/files" entry_file = "stem_board.html" - manage_dns = false # flipped true in the cutover commit (record still owned by stacks/stem95su ingress_factory) + manage_dns = true } }