languages: fix limits on build-website cron
This commit is contained in:
parent
6da87e8900
commit
d4a57b0404
2 changed files with 1 additions and 3 deletions
|
@ -86,9 +86,6 @@ spec:
|
|||
readOnly: false
|
||||
mountPath: /src/results
|
||||
resources:
|
||||
limits:
|
||||
cpu: '0'
|
||||
memory: 8Gi
|
||||
requests:
|
||||
cpu: '0'
|
||||
memory: 4Gi
|
||||
|
|
|
@ -75,6 +75,7 @@ containers:
|
|||
resources:
|
||||
limits:
|
||||
cpu: 2000m
|
||||
memory: 8Gi
|
||||
requests:
|
||||
cpu: '0'
|
||||
memory: 4Gi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue