Commit 73a08b4
committed
fix(k8s/dev): raise dev API limits to 1Gi/1 for image serving
The atlas/grid-square image endpoints decode 31MB+ MRC/TIFF files to PNG;
under a grid/atlas page's request fan-out this overruns the 256Mi/200m dev
pod (OOMKill + ~15s encodes). Raise the development smartem-http-api limits
to 1Gi/1 so local image serving stays stable across a `dev-k8s.sh`
redeploy, instead of relying on a manual post-deploy
`kubectl set resources` patch. Requests are unchanged (Burstable). Dev
environment only; stage/prod sizing is untouched.1 parent 02d733a commit 73a08b4
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | | - | |
60 | | - | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
0 commit comments