summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--f3s/syncthing/helm-chart/templates/deployment.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/f3s/syncthing/helm-chart/templates/deployment.yaml b/f3s/syncthing/helm-chart/templates/deployment.yaml
index 9096e2e..f0d55e3 100644
--- a/f3s/syncthing/helm-chart/templates/deployment.yaml
+++ b/f3s/syncthing/helm-chart/templates/deployment.yaml
@@ -5,6 +5,9 @@ metadata:
namespace: services
spec:
replicas: 1
+ # Use Recreate strategy to avoid file lock conflicts with RWO volumes
+ strategy:
+ type: Recreate
selector:
matchLabels:
app: syncthing