set nodeAffinity for arm update runs
This commit is contained in:
parent
a75d6687f7
commit
7ae88e326d
1 changed files with 60 additions and 0 deletions
|
|
@ -54,6 +54,16 @@ steps:
|
|||
limits:
|
||||
memory: 14Gi
|
||||
cpu: 3000m
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: node.kubernetes.io/instance-type
|
||||
operator: In
|
||||
values:
|
||||
- cax31
|
||||
- cax41
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
tolerations:
|
||||
|
|
|
|||
Loading…
Reference in a new issue