From 5f6fb9b15281591f9d19815d8c2ffb9425bd544a Mon Sep 17 00:00:00 2001 From: Sten Date: Thu, 28 May 2026 18:28:51 +0200 Subject: [PATCH] fix(apps): scope forte-drop to upc-dev only, not via base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit forte-drop and forte-drop-mcp have hackathon-domain values hardcoded (drop-k8s.hackathon.forteapps.net). Listing them in apps/base/ syncs them to both upc-dev and upc-prod overlays — prod sync would create broken Applications pointing at non-existent prod ingress. Move references to apps/overlays/upc-dev/ only. Co-Authored-By: Claude Opus 4.7 --- apps/base/kustomization.yaml | 2 -- apps/overlays/upc-dev/kustomization.yaml | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/base/kustomization.yaml b/apps/base/kustomization.yaml index b494209..a501fbf 100644 --- a/apps/base/kustomization.yaml +++ b/apps/base/kustomization.yaml @@ -6,5 +6,3 @@ resources: - musicman - ts-mcp - argo-mcp -- forte-drop -- forte-drop-mcp diff --git a/apps/overlays/upc-dev/kustomization.yaml b/apps/overlays/upc-dev/kustomization.yaml index 98e6a19..22bf6ad 100644 --- a/apps/overlays/upc-dev/kustomization.yaml +++ b/apps/overlays/upc-dev/kustomization.yaml @@ -2,7 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../../base +- ../../base/forte-drop +- ../../base/forte-drop-mcp - dbunk-demo # No patches needed — base already has "upc-dev" paths # upc-dev is the default/base cluster +# forte-drop and forte-drop-mcp are scoped to upc-dev only — they have +# hackathon-domain hardcoded values and must not sync to upc-prod.