mirror of
https://github.com/shadoll/redmine-mcp.git
synced 2026-08-28 11:33:28 +00:00
30 lines
527 B
YAML
30 lines
527 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: ""
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8000
|
|
|
|
resources: {}
|
|
# limits:
|
|
# cpu: 200m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 64Mi
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|