From 36ac94ccf3cd6964248a5b6b9dd067f8dff34135 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Sun, 2 Aug 2026 18:10:01 +0900 Subject: [PATCH] fix: increase memory requests and limits for kavita2 deployment --- manifests/media/kavita2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/media/kavita2.yaml b/manifests/media/kavita2.yaml index d472de4..a70e5c1 100644 --- a/manifests/media/kavita2.yaml +++ b/manifests/media/kavita2.yaml @@ -108,10 +108,10 @@ spec: resources: requests: cpu: 100m - memory: 256Mi + memory: 512Mi limits: cpu: 1000m - memory: 1Gi + memory: 4Gi volumeMounts: - name: config mountPath: /config