Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions k8s/environments/development/smartem-http-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ spec:
requests:
memory: "128Mi"
cpu: "100m"
# Image endpoints decode 31MB+ MRC/TIFF files to PNG; under a grid/atlas page's
# request fan-out this overruns a 256Mi/200m pod (OOMKill + slow encodes). Give the
# dev API headroom so local image-serving stays stable.
limits:
memory: "256Mi"
cpu: "200m"
memory: "1Gi"
cpu: "1"

---

Expand Down
Loading