Slack MCP Client Helm Chart
Last updated
Was this helpful?
Last updated
Was this helpful?
This Helm chart deploys the to Kubernetes.
Kubernetes 1.16+
Helm 3.0+
Slack Bot and App tokens
To install the chart with the release name my-slack-bot
:
The following table lists the configurable parameters for the slack-mcp-client chart.
replicaCount
Number of pod replicas
1
image.repository
Image repository
ghcr.io/tuannvm/slack-mcp-client
image.pullPolicy
Image pull policy
IfNotPresent
image.tag
Image tag
latest
env.OPENAI_MODEL
OpenAI model to use
gpt-4o
env.MCP_MODE
MCP transport mode
sse
env.LOG_LEVEL
Logging level
info
secret.create
Whether to create a secret for sensitive data
false
secret.name
Name of existing secret to use
""
configMap.create
Whether to create a configmap for MCP server config
false
configMap.name
Name of existing configmap to use
""
configMap.data
Additional data to add to the configmap
{}
For production deployments, it's recommended to manage sensitive data using a solution like :