feat: Add CuraFlow HMS to GitOps stack
Build MCP Services / build-mcp-filesystem (push) Successful in 1m18s Details

This commit is contained in:
Antigravity 2026-05-12 23:49:10 -04:00
parent c23950e9b2
commit 0fb670d24e
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: curaflow
namespace: argocd
spec:
project: default
source:
repoURL: https://git.applaude.net/deepkoluguri/curaflow-hms.git
targetRevision: HEAD
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: curaflow
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

View File

@ -15,3 +15,4 @@ resources:
- app-agents-runtime.yaml
- app-interface.yaml
- app-ai-agents.yaml
- app-curaflow.yaml