fix(rest): use Recreate strategy to avoid SQLite write lock on rollout

This commit is contained in:
Will Anderson
2026-04-26 11:04:16 -05:00
parent e22dce6b5a
commit 58513835e2
@@ -8,6 +8,8 @@ metadata:
env: prod env: prod
spec: spec:
replicas: 1 replicas: 1
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: neuron-rest app: neuron-rest