From d0a635ce7d30001e735cbde4fdd92ad540c43eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Mon, 24 Aug 2026 23:28:34 +0000 Subject: [PATCH] set gitea resources --- deploy/app/helm-values.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/deploy/app/helm-values.yaml b/deploy/app/helm-values.yaml index 16756b9..899ceaf 100644 --- a/deploy/app/helm-values.yaml +++ b/deploy/app/helm-values.yaml @@ -1,6 +1,15 @@ global: # forcing docker.io to use cache from harbor - imageRegistry: "docker.io" + imageRegistry: "docker.io" + +resources: + + limits: + cpu: 500m + memory: 1024Mi + requests: + cpu: 100m + memory: 256Mi image: # IMPORTANT: