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 app: neuron-mcp
env: stage env: stage
spec: spec:
replicas: 0 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: neuron-mcp app: neuron-mcp
@@ -7,7 +7,7 @@ metadata:
app: neuron-rest app: neuron-rest
env: stage env: stage
spec: spec:
replicas: 0 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: neuron-rest app: neuron-rest