From 3ca1f923394fdb9bd85d45ab48834f1984167f07 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Tue, 31 Mar 2026 23:00:00 +0200 Subject: [PATCH] fix: lower download template resources to fit platform nodes 500m/512Mi request fits alongside existing platform workloads. Download is I/O-bound, not CPU-bound. Co-Authored-By: Claude Opus 4.6 (1M context) --- infra/k8s/argo/databento-download-template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/k8s/argo/databento-download-template.yaml b/infra/k8s/argo/databento-download-template.yaml index f25ec3f2f..4e5ea8539 100644 --- a/infra/k8s/argo/databento-download-template.yaml +++ b/infra/k8s/argo/databento-download-template.yaml @@ -78,11 +78,11 @@ spec: key: api-key resources: requests: + cpu: 500m + memory: 512Mi + limits: cpu: "2" memory: 4Gi - limits: - cpu: "8" - memory: 16Gi volumeMounts: - name: training-data mountPath: /data