From d571ef10899cdd7ff6f5b7874c70f39bdb877b77 Mon Sep 17 00:00:00 2001 From: Sergey Berezansky Date: Tue, 30 Jul 2024 10:22:18 +0300 Subject: [PATCH] fix(CSI-237): increase parralelism of PV deletions Allowed by better multithreaded offline deletion process --- charts/csi-wekafsplugin/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/csi-wekafsplugin/values.yaml b/charts/csi-wekafsplugin/values.yaml index 5b215990..59a85f88 100644 --- a/charts/csi-wekafsplugin/values.yaml +++ b/charts/csi-wekafsplugin/values.yaml @@ -50,7 +50,7 @@ controller: # -- maximum concurrent operations per operation type concurrency: createVolume: 5 - deleteVolume: 1 + deleteVolume: 5 expandVolume: 5 createSnapshot: 5 deleteSnapshot: 5