limits
This commit is contained in:
parent
04d81a8619
commit
bcf818dc01
1 changed files with 3 additions and 3 deletions
|
|
@ -39,10 +39,10 @@ steps:
|
|||
kubernetes:
|
||||
resources:
|
||||
requests:
|
||||
memory: 1500Mi
|
||||
memory: 2000Mi
|
||||
cpu: 2000m
|
||||
limits:
|
||||
memory: 4000Mi
|
||||
cpu: 4000m
|
||||
memory: 6000Mi
|
||||
cpu: 4050m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: 'arm64'
|
||||
|
|
|
|||
Loading…
Reference in a new issue