From 1021e2b94237f386258a40d4aeda4b318982f47f Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Mon, 2 Feb 2026 14:38:47 -0600 Subject: [PATCH] Add PyPI cache config and bump memory in values-prod.yaml --- helm/orchard/values-prod.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/helm/orchard/values-prod.yaml b/helm/orchard/values-prod.yaml index fb08ccb..c93ef4f 100644 --- a/helm/orchard/values-prod.yaml +++ b/helm/orchard/values-prod.yaml @@ -57,10 +57,10 @@ ingress: resources: limits: cpu: 500m - memory: 512Mi + memory: 768Mi requests: cpu: 500m - memory: 512Mi + memory: 768Mi livenessProbe: httpGet: @@ -121,6 +121,12 @@ orchard: mode: "presigned" presignedUrlExpiry: 3600 + # PyPI Cache Worker settings (reduced workers to limit memory usage) + pypiCache: + workers: 2 + maxDepth: 10 + maxAttempts: 3 + # PostgreSQL subchart - disabled in prod, using RDS postgresql: enabled: false