Added affinity for amd64
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
291d165068
commit
ef4f36fa26
@ -33,6 +33,15 @@ spec:
|
|||||||
- name: UPSTREAM_ADDRESS
|
- name: UPSTREAM_ADDRESS
|
||||||
value: "https://registry.npmjs.org"
|
value: "https://registry.npmjs.org"
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
|
affinity:
|
||||||
|
nodeAffinity:
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
- key: kubernetes.io/arch
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- amd64
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user