jenkins: lower controller scheduling requests

This commit is contained in:
jenkins 2026-05-19 20:37:07 -03:00
parent 0a59d6f26e
commit 07a2dfbb92

View File

@ -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