feat: Add CuraFlow HMS to GitOps stack
Build MCP Services / build-mcp-filesystem (push) Successful in 1m18s
Details
Build MCP Services / build-mcp-filesystem (push) Successful in 1m18s
Details
This commit is contained in:
parent
c23950e9b2
commit
0fb670d24e
|
|
@ -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
|
||||
|
|
@ -15,3 +15,4 @@ resources:
|
|||
- app-agents-runtime.yaml
|
||||
- app-interface.yaml
|
||||
- app-ai-agents.yaml
|
||||
- app-curaflow.yaml
|
||||
|
|
|
|||
Loading…
Reference in New Issue