agentic-os/platform/bootstrap/apps/app-ai-core.yaml

21 lines
440 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ai-core
namespace: argocd
spec:
project: agentic-os
source:
repoURL: http://192.168.8.248:3000/deepkoluguri/agentic-os.git
targetRevision: main
path: ai-core
destination:
server: https://kubernetes.default.svc
namespace: ai-core
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true