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 <noreply@anthropic.com>
This commit is contained in:
Scooby Husky
2026-03-10 19:39:32 -05:00
co-authored by Claude Opus 4.6
parent aa7c5d2cb2
commit d304bd257d
+3 -4
View File
@@ -229,11 +229,10 @@ gitlab:
# Homelab resource allocation # Homelab resource allocation
resources: resources:
requests: requests:
cpu: 50m cpu: 300m
memory: 512Mi
limits:
cpu: 500m
memory: 2Gi memory: 2Gi
limits:
memory: 4Gi
# GitLab KAS (Kubernetes Agent Server) - enabled for Kubernetes cluster integration # GitLab KAS (Kubernetes Agent Server) - enabled for Kubernetes cluster integration
kas: kas: