From a612fcc7754fbee506fb339b80ec7ddbb515737d Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Fri, 10 Apr 2026 13:33:57 -0300 Subject: [PATCH] adding resource limts --- dev/gitea-runner.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dev/gitea-runner.yaml b/dev/gitea-runner.yaml index fba49fb..3e5bf13 100644 --- a/dev/gitea-runner.yaml +++ b/dev/gitea-runner.yaml @@ -81,6 +81,13 @@ spec: - name: gitea-runner image: gitea/act_runner:latest imagePullPolicy: Always + resources: + requests: + cpu: "500m" + memory: "512Mi" + limits: + cpu: "4000m" + memory: "4Gi" volumeMounts: - name: config-volume mountPath: /etc/gitea-runner/config.yaml @@ -141,6 +148,13 @@ spec: - name: gitea-runner image: gitea/act_runner:latest imagePullPolicy: Always + resources: + requests: + cpu: "500m" + memory: "512Mi" + limits: + cpu: "4000m" + memory: "4Gi" volumeMounts: - name: config-volume mountPath: /etc/gitea-runner/config.yaml