mcp-proxy 也可以用了

This commit is contained in:
Sense T
2026-05-29 02:49:35 +00:00
parent fb406639e5
commit 0f6c3ff585
5 changed files with 117 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
kind: Kustomization
replicas:
- name: mcp-proxy
count: 1
resources:
- deploy.yaml
- service.yaml
configMapGenerator:
- name: mcp-proxy
files:
- config.json
- start.sh
images:
- name: image
newName: ghcr.io/sparfenyuk/mcp-proxy
newTag: v0.12.0
- name: node
newName: cr.wetofu.me/library/node
newTag: lts-alpine3.23