ci(titan-iac): lower agent cpu request

This commit is contained in:
Brad Stein 2026-04-21 18:32:45 -03:00
parent a927affb1f
commit 06b27c9b9a
2 changed files with 12 additions and 0 deletions

6
Jenkinsfile vendored
View File

@ -12,6 +12,12 @@ spec:
kubernetes.io/arch: arm64
node-role.kubernetes.io/worker: "true"
containers:
- name: jnlp
image: jenkins/inbound-agent:3355.v388858a_47b_33-2-jdk21
resources:
requests:
cpu: "25m"
memory: "256Mi"
- name: python
image: registry.bstein.dev/bstein/python:3.12-slim
command:

View File

@ -11,6 +11,12 @@ spec:
kubernetes.io/arch: arm64
node-role.kubernetes.io/worker: "true"
containers:
- name: jnlp
image: jenkins/inbound-agent:3355.v388858a_47b_33-2-jdk21
resources:
requests:
cpu: "25m"
memory: "256Mi"
- name: python
image: registry.bstein.dev/bstein/python:3.12-slim
command: