Files
launchpad/apps/overlays/upc-dev/kustomization.yaml
Sten 96db244e03
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 6s
refactor(apps): move forte-drop postgres from infra to apps
Per reviewer (danijel): forte-drop's DB deployment belongs in apps/,
not infra/. Straight relocation — same structure (Application +
resources/ subdir), source.path updated to apps/base/forte-drop-postgresql/resources,
wired into apps/overlays/upc-dev. Backup CronJob + RESTORE.md + sealed
pg creds move with it.

Consolidates the whole forte-drop deployment (postgres + web + mcp)
under apps/. The infra PR (#17) is now superseded by this.
2026-05-29 10:38:51 +02:00

14 lines
424 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
- ../../base/forte-drop-postgresql
- ../../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.