fix(neuron-dev): use Recreate strategy to avoid OOM during rolling updates

This commit is contained in:
Will Anderson
2026-04-17 10:43:39 -05:00
parent 5c663ab714
commit 5c9544246f
2 changed files with 4 additions and 0 deletions
@@ -8,6 +8,8 @@ metadata:
env: dev
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: neuron-mcp
@@ -8,6 +8,8 @@ metadata:
env: dev
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: neuron-rest