increase resources for building images
This commit is contained in:
parent
a8fbe70c88
commit
4e9f34b84c
1 changed files with 3 additions and 3 deletions
|
|
@ -48,11 +48,11 @@ steps:
|
|||
kubernetes:
|
||||
resources:
|
||||
requests:
|
||||
memory: 800Mi
|
||||
memory: 1300Mi
|
||||
cpu: 1000m
|
||||
limits:
|
||||
memory: 3000Mi
|
||||
cpu: 1000m
|
||||
memory: 1300Mi
|
||||
cpu: 2000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: '${ARCH}'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue