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.
This commit is contained in:
Sten
2026-05-29 10:38:51 +02:00
committed by Danijel Simeunovic
parent 6f6f8c1c55
commit 5913e0c4c0
8 changed files with 406 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
- ../../base/forte-drop-postgresql
- ../../base/forte-drop
- ../../base/forte-drop-mcp