From ec2ccc093e27ed2f7d764ed5c5d7c9b7fe01200f Mon Sep 17 00:00:00 2001 From: alexlebens Date: Tue, 28 May 2024 11:28:17 -0500 Subject: [PATCH] change cpu limit --- clusters/cl01tl/applications/tdarr/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/applications/tdarr/values.yaml b/clusters/cl01tl/applications/tdarr/values.yaml index 2ece943f1..d90ff8e33 100644 --- a/clusters/cl01tl/applications/tdarr/values.yaml +++ b/clusters/cl01tl/applications/tdarr/values.yaml @@ -73,7 +73,7 @@ tdarr: resources: limits: gpu.intel.com/i915: 1 - cpu: 8000m + cpu: 5000m requests: gpu.intel.com/i915: 1 cpu: 100m