P5: Migrate devpi to Kubernetes #34

Merged
eblume merged 12 commits from feature/p5-devpi into main 2026-01-20 14:55:37 -08:00
Showing only changes of commit 782f95c64b - Show all commits

Increase devpi memory limit to 2Gi for PyPI index build

The Whoosh search indexer needs significant memory during initial
PyPI index build. Using high limit with low request so memory is
reclaimed after indexing completes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Erich Blume 2026-01-20 12:51:28 -08:00

View file

@ -38,7 +38,7 @@ spec:
memory: "256Mi"
cpu: "100m"
limits:
memory: "768Mi"
memory: "2Gi" # High limit for initial PyPI index build, reclaimed after
cpu: "500m"
livenessProbe:
httpGet: