Increase memory limit of the initialization jobs.
This is necessary because the git fetch command of large repos such as oca/ocb seem to consume a lot of memory.
This commit is contained in:
parent
56dbe933f7
commit
70f7c57a09
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ spec:
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1Gi
|
memory: 2Gi
|
||||||
volumes:
|
volumes:
|
||||||
- name: runboat-scripts
|
- name: runboat-scripts
|
||||||
configMap:
|
configMap:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue