feat: add ArgoCD app tracking for institutional-trader

This commit is contained in:
deepkoluguri 2026-06-22 16:57:22 -04:00
parent 720d740582
commit 055c1df7a2
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: institutional-trader
namespace: argocd
spec:
project: agentic-os
source:
repoURL: http://192.168.8.248:3000/deepkoluguri/institutional-trader.git
targetRevision: main
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: institutional-trader
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

View File

@ -16,3 +16,4 @@ resources:
- app-interface.yaml
- app-ai-agents.yaml
- app-curaflow.yaml
- app-institutional-trader.yaml