Configuration Reference
Use this reference for settings owned by the DSX Agent Gateway chart, including Model Context Protocol (MCP) upstreams. The checked-in values.yaml contains the exhaustive setting list and current defaults. Settings under agentgateway and valkey can also pass through values to their pinned subcharts.
Gateway
The following settings control the gateway dataplane and its Service:
The dataplane listens for plaintext HTTP on port 80. An operator-owned edge provides external routing and Transport Layer Security termination.
Authentication and Tenant Access
auth.jwt.providers must contain at least one provider. Each provider name must be a lowercase DNS label with no more than 56 characters.
The following settings define one provider and the shared tenant policy:
The gateway accepts a token when at least one token audience matches the provider configuration. The selected MCP server receives the caller’s original bearer token and remains responsible for operation-level authorization.
MCP Upstreams
Each key under upstreams identifies a selector or static upstream. The chart reserves the bridge key for an enabled hub bridge.
The following settings define upstream discovery and transport:
Streaming response bodies can continue after the response-header deadline. An HTTPS static address enables Transport Layer Security to that upstream.
Rate Limiting and Valkey
The gateway applies one request budget to each verified tenant ID. The following settings control limits and counter storage:
Bridge
Enable the bridge only when the deployment must route MCP traffic across DSX Event Bus shards. The following settings define one bridge role:
Observability
The following settings enable chart-managed observability integrations:
The bundled Agent Gateway controller and Valkey do not have chart-supported tracing integrations. The Valkey subchart controls its own metrics exporter and monitor.
Related Guides
Use the deployment guide for an installation workflow. The operations guide explains how to monitor and troubleshoot the configured deployment. Refer to supported capabilities for the direct and bridge method profiles.