From e9b509d15f3e3eb0d8e25db7bc7b85e2bce7f2d5 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sun, 11 Jan 2026 22:12:51 +0900 Subject: [PATCH] PERF(zot): increase memory to 256Mi - Double memory request from 121Mi to 256Mi - Double memory limit from 121Mi to 256Mi - Fix OOM during image push operations --- zot/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zot/helm-values.yaml b/zot/helm-values.yaml index 92ed047..1a74f33 100644 --- a/zot/helm-values.yaml +++ b/zot/helm-values.yaml @@ -35,9 +35,9 @@ controllers: resources: requests: cpu: 15m - memory: 121Mi + memory: 256Mi limits: - memory: 121Mi + memory: 256Mi service: zot: controller: zot