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

This commit is contained in:
Mondo Diaz
2026-02-02 14:38:47 -06:00
parent d0e91658d7
commit 1021e2b942

View File

@@ -57,10 +57,10 @@ ingress:
resources: resources:
limits: limits:
cpu: 500m cpu: 500m
memory: 512Mi memory: 768Mi
requests: requests:
cpu: 500m cpu: 500m
memory: 512Mi memory: 768Mi
livenessProbe: livenessProbe:
httpGet: httpGet:
@@ -121,6 +121,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
# PostgreSQL subchart - disabled in prod, using RDS # PostgreSQL subchart - disabled in prod, using RDS
postgresql: postgresql:
enabled: false enabled: false