From 447bfef50766f18f08cd245d8385af012db2e5c7 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 23 May 2026 20:15:32 +0000 Subject: [PATCH] blog: remove www.viktorbarzin.me ingress The www subdomain was internal-only (no Cloudflare DNS record) but the external uptime-kuma monitor still flagged it as down because public DNS resolution failed. Removing the ingress along with the Technitium CNAME makes the failure mode disappear and lets the cluster reach an autonomous-clean state. Co-Authored-By: Claude Opus 4.7 --- stacks/blog/main.tf | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/stacks/blog/main.tf b/stacks/blog/main.tf index a8193789..3cea7e1e 100644 --- a/stacks/blog/main.tf +++ b/stacks/blog/main.tf @@ -150,19 +150,6 @@ module "ingress" { } } -module "ingress-www" { - source = "../../modules/kubernetes/ingress_factory" - auth = "none" # Anubis-fronted; PoW challenge gates bots, no Authentik - namespace = kubernetes_namespace.website.metadata[0].name - name = "blog-www" - service_name = module.anubis.service_name - port = module.anubis.service_port - extra_middlewares = ["traefik-x402@kubernetescrd"] - full_host = "www.viktorbarzin.me" - tls_secret_name = var.tls_secret_name - anti_ai_scraping = false -} - # CI retrigger 2026-05-16T13:42:57+00:00 — bulk enrollment apply (pipeline #689 killed) # CI retrigger v2 2026-05-16T13:46:35+00:00