Files
redmine-mcp/helm/values.yaml
T

34 lines
612 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: ""
service:
type: ClusterIP
port: 8000
resources: {}
# limits:
# cpu: 200m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 64Mi
nodeSelector: {}
tolerations: []
affinity: {}