Affinity for arm64 (until I get multi-build working)
This commit is contained in:
parent
475089eb29
commit
d47c8b543f
@ -30,6 +30,15 @@ spec:
|
||||
labels:
|
||||
role: app
|
||||
spec:
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: kubernetes.io/arch
|
||||
operator: In
|
||||
values:
|
||||
- arm64
|
||||
containers:
|
||||
# Guidance on how to set up interaction with secure registry:
|
||||
# https://github.com/k3s-io/k3s/issues/1148#issuecomment-641687668
|
||||
|
Loading…
x
Reference in New Issue
Block a user