fix: increase API memory limit to 256Mi (Bun OOMKilled at 128Mi)
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 2m21s
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 2m21s
This commit is contained in:
parent
0f9679ca2f
commit
8fbd3ddc9b
@ -64,20 +64,20 @@ spec:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 3001
|
||||
initialDelaySeconds: 5
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 30
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 3001
|
||||
initialDelaySeconds: 3
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
resources:
|
||||
requests:
|
||||
memory: "32Mi"
|
||||
memory: "64Mi"
|
||||
cpu: "10m"
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
memory: "256Mi"
|
||||
cpu: "200m"
|
||||
|
||||
imagePullSecrets:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user