agentic-os/platform/bootstrap/apps/app-agents-runtime.yaml

21 lines
459 B
YAML

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