From 38f4d0c803b800fe413f940cf769197365145822 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sun, 28 Dec 2025 19:22:56 +0900 Subject: [PATCH] FIX(repo): match resources.limits with deployed st --- gitea/helm-values/gitea.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitea/helm-values/gitea.yaml b/gitea/helm-values/gitea.yaml index 41162b2..2fe0108 100644 --- a/gitea/helm-values/gitea.yaml +++ b/gitea/helm-values/gitea.yaml @@ -158,8 +158,7 @@ resources: requests: cpu: 10m # Reduced from 50m based on actual usage (5m) memory: 256Mi - limits: - memory: 512Mi + limits: {} # Security context securityContext: {}