From 4b0f9cd56957c259694e844039bc740b2669e49c Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Thu, 12 Feb 2026 22:48:51 +1100 Subject: [PATCH] upped cpu limits for faster embedding --- deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yaml b/deployment.yaml index 3fe521d..33106b1 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -45,7 +45,7 @@ spec: cpu: "250m" limits: memory: "1Gi" - cpu: "1000m" + cpu: "2000m" volumeMounts: - name: model-cache mountPath: /data