From 1ce5b197ec59723b1a177c30de0c2bfc6e79c424 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@hebeler.club> Date: Sat, 13 Jan 2024 20:47:27 +0100 Subject: [PATCH] increase worker resources --- chart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index abadeb5a5..465d86451 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -182,7 +182,7 @@ spec: port: http resources: requests: - cpu: 500m + cpu: 1 memory: 100M limits: - name: nginx -- GitLab