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 0da98efb90 - Show all commits

Increase devpi memory limit to 768Mi

OOM during initialization - try modest increase first.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Erich Blume 2026-01-20 11:25:45 -08:00

View file

@ -35,10 +35,10 @@ spec:
mountPath: /devpi
resources:
requests:
memory: "128Mi"
memory: "256Mi"
cpu: "100m"
limits:
memory: "512Mi"
memory: "768Mi"
cpu: "500m"
livenessProbe:
httpGet: