feat(apps): forte-drop web + mcp argocd apps (prod) #18

Merged
jorgen.stensrud merged 23 commits from feat/forte-drop-apps into main 2026-06-04 18:47:08 +00:00
16 changed files with 9 additions and 8 deletions
Showing only changes of commit 335dd1366d - Show all commits

View File

@@ -17,7 +17,7 @@ spec:
source:
repoURL: ssh://git@git.forteapps.net:2222/Forte/launchpad.git
targetRevision: HEAD
path: apps/base/forte-drop-postgresql/resources
path: apps/overlays/upc-dev/forte-drop-postgresql/resources
destination:
server: https://kubernetes.default.svc

View File

@@ -2,12 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
- ../../base/forte-drop-postgresql
- ../../base/forte-drop
- ../../base/forte-drop-mcp
- forte-drop-postgresql
- forte-drop
- 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.
# No patches needed — base apps already default to "upc-dev" value paths
# (upc-dev is the default/base cluster).

Line comment is truncated mid-sentence, making it unclear.

# forte-drop and forte-drop-mcp are scoped to upc-dev only — they have

#ai-review-inline

Line comment is truncated mid-sentence, making it unclear. ```suggestion # forte-drop and forte-drop-mcp are scoped to upc-dev only — they have ``` #ai-review-inline
# forte-drop (postgres + web + mcp) and dbunk-demo are upc-dev-only apps — they

Line comment is truncated mid-sentence, making it unclear.

# hackathon-domain hardcoded values and must not sync to upc-prod.

#ai-review-inline

Line comment is truncated mid-sentence, making it unclear. ```suggestion # hackathon-domain hardcoded values and must not sync to upc-prod. ``` #ai-review-inline
# have hackathon-domain hardcoded values and must not sync to upc-prod, so they
# live here in the overlay rather than in apps/base/.