From 1524a0315cf86876c888d49df00a6d060dbad173 Mon Sep 17 00:00:00 2001 From: kappa Date: Thu, 19 Mar 2026 16:26:53 +0900 Subject: [PATCH] Change n8n deployment strategy to Recreate for RWO PVC Co-Authored-By: Claude Opus 4.6 (1M context) --- n8n/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/n8n/deployment.yaml b/n8n/deployment.yaml index f20f508..b6d1a61 100644 --- a/n8n/deployment.yaml +++ b/n8n/deployment.yaml @@ -6,6 +6,8 @@ metadata: app: n8n spec: replicas: 1 + strategy: + type: Recreate selector: matchLabels: app: n8n