feat: adopt ai-agents namespace (Open WebUI & Ollama) into GitOps
Build MCP Services / build-mcp-filesystem (push) Successful in 1m30s
Details
Build MCP Services / build-mcp-filesystem (push) Successful in 1m30s
Details
This commit is contained in:
parent
064dcab2af
commit
39549aa7a7
Binary file not shown.
|
|
@ -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
|
||||||
Loading…
Reference in New Issue