mirror of
https://github.com/shadoll/redmine-mcp.git
synced 2026-08-28 11:33:28 +00:00
Add Helm chart and Kubernetes deployment configuration for Redmine MCP
This commit is contained in:
@@ -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: {}
|
||||
Reference in New Issue
Block a user