From 2fe3bb3307e2467f030761297853b14633f60086 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 18 Apr 2026 12:34:36 +0000 Subject: [PATCH] [travel_blog] Import existing cluster state (bd-w97) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All resources were already present in the Tier 1 PG state — no imports required. The travel_blog stack has no PVC (content baked into the Docker image, deployed via Woodpecker with 1.4GB context). Pre-apply plan: 0 to add, 4 to change, 0 to destroy Apply: 0 added, 4 changed, 0 destroyed Post-apply plan: 0 to add, 3 to change, 0 to destroy (persistent benign drift) Benign drift reconciled on apply: - Deployment dns_config (Kyverno-injected ndots:2) removed - Namespace goldilocks vpa-update-mode=off label removed - Ingress external-monitor=false annotation removed (now auto-managed by ingress_factory dns_type) - TLS secret Kyverno sync labels removed Post-apply drift (persists via external controllers, out of scope): - Kyverno re-injects ndots:2 dns_config and sync-tls-secret labels - Goldilocks re-adds vpa-update-mode label (tracked separately — future work to add lifecycle ignore_changes) Image tag viktorbarzin/travel_blog:latest unchanged — TF matches cluster. Deployment remains at replicas=0 (intentional, per source comment: "Scaled down — clears ExternalAccessDivergence alert"). Site is intentionally offline. Updates: code-w97 Co-Authored-By: Claude Opus 4.7 (1M context)