First shot at MCP server
This commit is contained in:
parent
2e5b27c59c
commit
675edad612
6 changed files with 162 additions and 1 deletions
20
manifests/mcp/forgejo-mcp.yaml
Normal file
20
manifests/mcp/forgejo-mcp.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: forgejo-mcp
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
|
||||
targetRevision: HEAD
|
||||
path: charts/forgejo-mcp
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: mcp
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue