Change n8n deployment strategy to Recreate for RWO PVC

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
kappa
2026-03-19 16:26:53 +09:00
parent 4f77f91102
commit 1524a0315c

View File

@@ -6,6 +6,8 @@ metadata:
app: n8n app: n8n
spec: spec:
replicas: 1 replicas: 1
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: n8n app: n8n