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:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 3001
|
port: 3001
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 3001
|
port: 3001
|
||||||
initialDelaySeconds: 3
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "32Mi"
|
memory: "64Mi"
|
||||||
cpu: "10m"
|
cpu: "10m"
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "256Mi"
|
||||||
cpu: "200m"
|
cpu: "200m"
|
||||||
|
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user