Add Helm chart and Kubernetes deployment configuration for Redmine MCP

This commit is contained in:
sha
2026-03-20 16:40:23 +02:00
parent 315992c37a
commit 2ad020761e
8 changed files with 254 additions and 4 deletions
+29
View File
@@ -0,0 +1,29 @@
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: ""
service:
type: ClusterIP
port: 8000
resources: {}
# limits:
# cpu: 200m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 64Mi
nodeSelector: {}
tolerations: []
affinity: {}