From 8fbd3ddc9b43683042c7b8dd8bb6be8b70c5dbba Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Mon, 13 Apr 2026 11:46:31 +0200 Subject: [PATCH] fix: increase API memory limit to 256Mi (Bun OOMKilled at 128Mi) --- k8s/deployment.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/deployment.yml b/k8s/deployment.yml index 8fa714d..5524d31 100644 --- a/k8s/deployment.yml +++ b/k8s/deployment.yml @@ -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: