Commit 766487f
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 65c67e455c6c18d3ac229281be0dabf313def5fc1 parent fcd2e91 commit 766487f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments