Files
redmine-mcp/helm/values.yaml
T

37 lines
811 B
YAML

replicaCount: 1
image:
repository: ghcr.io/shadoll/redmine-mcp
tag: "" # defaults to Chart.AppVersion when empty
pullPolicy: Always
redmine:
# Inline credentials (will be stored in a Secret)
url: ""
apiKey: ""
# -- Or reference an existing Secret with keys REDMINE_URL and REDMINE_API_KEY
existingSecret: ""
auth:
# Bearer token for HTTP transport (leave empty to disable auth)
token: ""
# Comma-separated list of additional allowed Host headers (e.g. your public domain)
# FastMCP allows only localhost by default — set this when running behind a reverse proxy
allowedHosts: ""
service:
type: ClusterIP
port: 8000
resources: {}
# limits:
# cpu: 200m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 64Mi
nodeSelector: {}
tolerations: []
affinity: {}