mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
The image has no gitea-mcp on PATH (binary lives at /app/gitea-mcp), and the real binary only accepts -t/-port (Go flag style, no --addr flag exists) — verified against upstream docs which described flags that don't match the shipped binary. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01566weDFku8TaRC2CJUPVM1
49 lines
788 B
YAML
49 lines
788 B
YAML
image:
|
|
repository: docker.gitea.com/gitea-mcp-server
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
|
|
command: ["/app/gitea-mcp"]
|
|
args:
|
|
- -t
|
|
- http
|
|
- -port
|
|
- "8080"
|
|
|
|
port: 8080
|
|
|
|
existingSecret: ""
|
|
secretEnvKeys: []
|
|
# - envName: GITEA_ACCESS_TOKEN
|
|
# secretKey: GITEA_ACCESS_TOKEN
|
|
|
|
# Additional environment variables (non-secret)
|
|
env:
|
|
GITEA_HOST: "https://gitea.com"
|
|
# GITEA_READONLY: "false"
|
|
# GITEA_SCOPES: ""
|
|
# GITEA_TOOLS: ""
|
|
|
|
resources:
|
|
requests:
|
|
cpu: "50m"
|
|
memory: "128Mi"
|
|
limits:
|
|
cpu: "500m"
|
|
memory: "512Mi"
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
ingresses: {}
|
|
# https:
|
|
# host: gitea.mcp.example.com
|
|
# annotations: {}
|
|
# tls:
|
|
# - hosts:
|
|
# - gitea.mcp.example.com
|
|
# lan:
|
|
# host: gitea.mcp.lan
|
|
# annotations: {}
|