Add PyPI cache config and bump memory in values-dev.yaml

This commit is contained in:
Mondo Diaz
2026-02-02 14:37:55 -06:00
parent 7a6e270d63
commit db2805a36c

View File

@@ -59,10 +59,10 @@ ingress:
resources: resources:
limits: limits:
cpu: 500m cpu: 500m
memory: 512Mi memory: 768Mi
requests: requests:
cpu: 200m cpu: 200m
memory: 512Mi memory: 768Mi
livenessProbe: livenessProbe:
httpGet: httpGet:
@@ -124,6 +124,12 @@ orchard:
mode: "presigned" mode: "presigned"
presignedUrlExpiry: 3600 presignedUrlExpiry: 3600
# PyPI Cache Worker settings (reduced workers to limit memory usage)
pypiCache:
workers: 2
maxDepth: 10
maxAttempts: 3
# Relaxed rate limits for dev/feature environments (allows integration tests to run) # Relaxed rate limits for dev/feature environments (allows integration tests to run)
rateLimit: rateLimit:
login: "1000/minute" # Default is 5/minute, relaxed for CI integration tests login: "1000/minute" # Default is 5/minute, relaxed for CI integration tests