Skip to content

Commit 766487f

Browse files
RafaelPogithub-actions[bot]
authored andcommitted
Disable MCP servers on staging and production (#5020)
## Summary - Set `replicaCount: 0` in both production `values.yaml` and `values.staging.yaml` - MCP servers have already been scaled to 0 via kubectl as an immediate measure ## Test plan - [ ] Verify no MCP pods are running after merge: `kubectl get pods -n everyrow-mcp` and `kubectl get pods -n everyrow-mcp-staging` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Sourced from commit 65c67e455c6c18d3ac229281be0dabf313def5fc
1 parent fcd2e91 commit 766487f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

futuresearch-mcp/deploy/chart/values.staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# FUTURESEARCH_API_URL is intentionally not overridden — there is no staging API.
77
# The MCP server is a frontend to the production FutureSearch API in both environments.
88

9-
replicaCount: 2
9+
replicaCount: 0
1010

1111
env:
1212
MCP_SERVER_URL: "https://mcp-staging.futuresearch.ai"

futuresearch-mcp/deploy/chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
releaseId: "latest"
1010

1111
# OAuth state is stored in Redis. Multiple replicas are possible.
12-
replicaCount: 2
12+
replicaCount: 0
1313

1414
service:
1515
port: 80

0 commit comments

Comments
 (0)