Files
xiaohongshu-mcp/k8s/argocd-app.yaml
Yaojia Wang 4afe4aab1e
Some checks failed
continuous-integration/drone Build is failing
Build and Release / build (push) Has been cancelled
Add CICD
2026-03-22 17:08:55 +01:00

21 lines
450 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: xiaohongshu-mcp
namespace: argocd
spec:
project: default
source:
repoURL: https://git.colacoder.com/kai/xiaohongshu-mcp.git
targetRevision: main
path: k8s/base
destination:
server: https://kubernetes.default.svc
namespace: xiaohongshu-mcp
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true