diff --git a/ai-agents/manifests.yaml b/ai-agents/manifests.yaml new file mode 100644 index 0000000..814d846 Binary files /dev/null and b/ai-agents/manifests.yaml differ diff --git a/platform/bootstrap/apps/app-ai-agents.yaml b/platform/bootstrap/apps/app-ai-agents.yaml new file mode 100644 index 0000000..ea25d70 --- /dev/null +++ b/platform/bootstrap/apps/app-ai-agents.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: ai-agents + namespace: argocd +spec: + project: agentic-os + source: + repoURL: http://192.168.8.248:3000/deepkoluguri/agentic-os.git + targetRevision: main + path: ai-agents + destination: + server: https://kubernetes.default.svc + namespace: ai-agents + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true