From d304bd257d64972399eb85c254e0681b86da9b75 Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Tue, 10 Mar 2026 19:39:32 -0500 Subject: [PATCH] Increase GitLab webservice resources to fix slow initial response Webservice was at 94% memory (1875Mi/2Gi) with only 50m CPU request, causing CPU throttling and slow first requests after idle periods. Co-Authored-By: Claude Opus 4.6 --- apps/gitlab/values.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/gitlab/values.yaml b/apps/gitlab/values.yaml index 2bc8c0b..f6e7d8d 100644 --- a/apps/gitlab/values.yaml +++ b/apps/gitlab/values.yaml @@ -229,11 +229,10 @@ gitlab: # Homelab resource allocation resources: requests: - cpu: 50m - memory: 512Mi - limits: - cpu: 500m + cpu: 300m memory: 2Gi + limits: + memory: 4Gi # GitLab KAS (Kubernetes Agent Server) - enabled for Kubernetes cluster integration kas: