fix: remove system critical priority

In Google Cloud, the system critical priority is reserved for GKE internals and not needed here. This is likely blocking pods from being created within the tests container
This commit is contained in:
E M 2026-04-28 19:46:23 +10:00 committed by Giuliano Mega
parent df99e5e681
commit 6a39b178f3

View File

@ -30,7 +30,6 @@ namespace StoragePlugin
//SetResourceLimits(milliCPUs: 4000, memory: 12.GB());
SetSchedulingAffinity(notIn: "false");
SetSystemCriticalPriority();
var config = startupConfig.Get<LogosStorageStartupConfig>();