Skip to content

Commit 825bd88

Browse files
RafaelPogithub-actions[bot]
authored andcommitted
Revert: re-enable MCP servers on staging and production (#5022)
## Summary - Reverts #5020 which set `replicaCount: 0` for MCP servers - Restores `replicaCount: 2` in both production and staging values ## Test plan - [ ] Verify MCP pods come back 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) Sourced from commit 124d2db62ef28ee71991f2bffd9e52e28828ae0b
1 parent 304dcaa commit 825bd88

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: 0
9+
replicaCount: 2
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: 0
12+
replicaCount: 2
1313

1414
service:
1515
port: 80

0 commit comments

Comments
 (0)