ci(lesavka): lower jnlp sidecar reservation
This commit is contained in:
parent
9be136c53f
commit
049fd2a99c
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -73,6 +73,15 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: workspace-volume
|
- name: workspace-volume
|
||||||
mountPath: /home/jenkins/agent
|
mountPath: /home/jenkins/agent
|
||||||
|
- name: jnlp
|
||||||
|
image: jenkins/inbound-agent:3355.v388858a_47b_33-3-jdk21
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "5m"
|
||||||
|
memory: "128Mi"
|
||||||
|
limits:
|
||||||
|
cpu: "500m"
|
||||||
|
memory: "1Gi"
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user