From 07a2dfbb920400f63cf56537a75cb893c8335cae Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 19 May 2026 20:37:07 -0300 Subject: [PATCH] jenkins: lower controller scheduling requests --- services/jenkins/deployment.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/services/jenkins/deployment.yaml b/services/jenkins/deployment.yaml index 8164dcc5..3fb67ac8 100644 --- a/services/jenkins/deployment.yaml +++ b/services/jenkins/deployment.yaml @@ -19,6 +19,10 @@ spec: app: jenkins annotations: vault.hashicorp.com/agent-inject: "true" + vault.hashicorp.com/agent-requests-cpu: "25m" + vault.hashicorp.com/agent-requests-mem: "64Mi" + vault.hashicorp.com/agent-limits-cpu: "250m" + vault.hashicorp.com/agent-limits-mem: "128Mi" vault.hashicorp.com/role: "jenkins" vault.hashicorp.com/agent-inject-secret-jenkins-env: "kv/data/atlas/jenkins/jenkins-oidc" vault.hashicorp.com/agent-inject-template-jenkins-env: | @@ -163,8 +167,8 @@ spec: value: "https://sso.bstein.dev/realms/atlas" resources: requests: - cpu: 750m - memory: 1536Mi + cpu: 100m + memory: 1024Mi limits: cpu: 1500m memory: 3Gi