Add PyPI cache config and bump memory in values-stage.yaml
This commit is contained in:
@@ -56,10 +56,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:
|
||||||
@@ -122,6 +122,12 @@ orchard:
|
|||||||
mode: "presigned" # presigned, redirect, or proxy
|
mode: "presigned" # presigned, redirect, or proxy
|
||||||
presignedUrlExpiry: 3600 # Presigned URL expiry in seconds
|
presignedUrlExpiry: 3600 # Presigned URL expiry in seconds
|
||||||
|
|
||||||
|
# PyPI Cache Worker settings (reduced workers to limit memory usage)
|
||||||
|
pypiCache:
|
||||||
|
workers: 2
|
||||||
|
maxDepth: 10
|
||||||
|
maxAttempts: 3
|
||||||
|
|
||||||
# Relaxed rate limits for stage (allows CI integration tests to run)
|
# Relaxed rate limits for stage (allows CI 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
|
||||||
|
|||||||
Reference in New Issue
Block a user