From f987f9f3ecd3e6a3ea847d106475541393c11cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 13 Apr 2025 16:00:08 +0200 Subject: [PATCH] update longhorn default replicas --- deploy/longhorn/longhorn-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/longhorn/longhorn-deploy.yaml b/deploy/longhorn/longhorn-deploy.yaml index 162a7e2..14128c0 100644 --- a/deploy/longhorn/longhorn-deploy.yaml +++ b/deploy/longhorn/longhorn-deploy.yaml @@ -103,7 +103,7 @@ data: reclaimPolicy: "Delete" volumeBindingMode: Immediate parameters: - numberOfReplicas: "3" + numberOfReplicas: "1" staleReplicaTimeout: "30" fromBackup: "" fsType: "ext4"