feat(neuron-stage): scale stage MCP and REST to 1 replica for cultivation loop

This commit is contained in:
Will Anderson
2026-04-24 04:02:53 -05:00
parent 129dd0d606
commit 9d824aaf1f
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,7 @@ metadata:
app: neuron-mcp
env: stage
spec:
replicas: 0
replicas: 1
selector:
matchLabels:
app: neuron-mcp
@@ -7,7 +7,7 @@ metadata:
app: neuron-rest
env: stage
spec:
replicas: 0
replicas: 1
selector:
matchLabels:
app: neuron-rest