mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext-core#1178] Use one 1 cpu in every pod
Signed-off-by: Nico Prediger <mail@nicoprediger.de>
This commit is contained in:
parent
1c54354815
commit
5c7e98cc88
1 changed files with 2 additions and 0 deletions
|
@ -20,8 +20,10 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
memory: "2Gi"
|
||||
cpu: "1"
|
||||
requests:
|
||||
memory: "2Gi"
|
||||
cpu: "1"
|
||||
volumeMounts:
|
||||
- name: settings-xml
|
||||
mountPath: /home/jenkins/.m2/settings.xml
|
||||
|
|
Loading…
Reference in a new issue