From 1a2a24e9650614a50f03b886d8dd01211d5b37c6 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sun, 12 Oct 2025 08:16:49 +0500 Subject: [PATCH] fix: Gitea | adjust resource limits and requests --- helm/values/gitea.values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/values/gitea.values.yaml b/helm/values/gitea.values.yaml index 649f0c4..59d0a86 100644 --- a/helm/values/gitea.values.yaml +++ b/helm/values/gitea.values.yaml @@ -109,7 +109,11 @@ deployment: - name: PGSSLKEY value: /opt/gitea/.postgresql/postgresql.key resources: + requests: + cpu: 100m + memory: 128Mi limits: + cpu: 6 memory: 6Gi extraVolumes: - name: ssl-bundle