feat: add ArgoCD app tracking for institutional-trader
This commit is contained in:
parent
720d740582
commit
055c1df7a2
|
|
@ -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
|
||||
|
|
@ -16,3 +16,4 @@ resources:
|
|||
- app-interface.yaml
|
||||
- app-ai-agents.yaml
|
||||
- app-curaflow.yaml
|
||||
- app-institutional-trader.yaml
|
||||
|
|
|
|||
Loading…
Reference in New Issue