We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ParthKapoor-dev/devex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
traefik_values.yaml•358 B
deployment:
kind: DaemonSet
# hostNetwork must be nested under deployment
hostNetwork: true
# RollingUpdate is the default strategy for DaemonSets in K8s (maxUnavailable: 1).
# You do not need to explicitly define it in the values.yaml.
ports:
web:
# hostPort works best when hostNetwork is true
hostPort: 80
websecure:
hostPort: 443