feat: adopt ai-agents namespace (Open WebUI & Ollama) into GitOps
Build MCP Services / build-mcp-filesystem (push) Successful in 1m30s Details

This commit is contained in:
Deep Koluguri 2026-05-12 00:31:14 -04:00
parent 064dcab2af
commit 39549aa7a7
2 changed files with 20 additions and 0 deletions

BIN
ai-agents/manifests.yaml Normal file

Binary file not shown.

View File

@ -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