upped cpu limits for faster embedding

This commit is contained in:
2026-02-12 22:48:51 +11:00
parent f889482a12
commit 4b0f9cd569

View File

@@ -45,7 +45,7 @@ spec:
cpu: "250m" cpu: "250m"
limits: limits:
memory: "1Gi" memory: "1Gi"
cpu: "1000m" cpu: "2000m"
volumeMounts: volumeMounts:
- name: model-cache - name: model-cache
mountPath: /data mountPath: /data