First shot at MCP server

This commit is contained in:
Ian Keane 2026-08-22 12:36:58 -04:00
parent 2e5b27c59c
commit 675edad612
6 changed files with 162 additions and 1 deletions

18
apps/mcp.yaml Normal file
View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mcp
namespace: argocd
spec:
project: default
source:
repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
targetRevision: HEAD
path: manifests/mcp
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true