build
This commit is contained in:
parent
418dd6f03b
commit
3040155b7d
1 changed files with 124 additions and 114 deletions
|
|
@ -20,10 +20,10 @@ steps:
|
|||
resources:
|
||||
requests:
|
||||
memory: 14Gi
|
||||
cpu: 4000m
|
||||
cpu: 3000m
|
||||
limits:
|
||||
memory: 14Gi
|
||||
cpu: 4000m
|
||||
cpu: 3000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
node.kubernetes.io/instance-type: cax31
|
||||
|
|
@ -70,10 +70,10 @@ steps:
|
|||
resources:
|
||||
requests:
|
||||
memory: 14Gi
|
||||
cpu: 4000m
|
||||
cpu: 3000m
|
||||
limits:
|
||||
memory: 14Gi
|
||||
cpu: 4000m
|
||||
cpu: 3000m
|
||||
# DEBUG
|
||||
# resources:
|
||||
# requests:
|
||||
|
|
|
|||
Loading…
Reference in a new issue