From 085774cb1e12d389024c202c72fcf9c7a91bb260 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 04:02:20 +0900 Subject: [PATCH] PERF(gitea): double memory request and limit - Increase memory request from 100Mi to 200Mi - Increase memory limit from 100Mi to 200Mi --- gitea/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea/helm-values.yaml b/gitea/helm-values.yaml index a86c72e..ca50acc 100644 --- a/gitea/helm-values.yaml +++ b/gitea/helm-values.yaml @@ -104,9 +104,9 @@ ingress: resources: requests: cpu: 15m - memory: 100Mi + memory: 200Mi limits: - memory: 100Mi + memory: 200Mi # ============================================================================= # POD CONFIGURATION