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) <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-31 23:00:00 +02:00
parent 3d63f73c08
commit 3ca1f92339

View File

@@ -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