maintenance: schedule soteria on rpi workers
This commit is contained in:
parent
873f392b88
commit
543880d06f
@ -16,6 +16,24 @@ spec:
|
|||||||
app: soteria
|
app: soteria
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: soteria
|
serviceAccountName: soteria
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
|
node-role.kubernetes.io/worker: "true"
|
||||||
|
affinity:
|
||||||
|
nodeAffinity:
|
||||||
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
- weight: 90
|
||||||
|
preference:
|
||||||
|
matchExpressions:
|
||||||
|
- key: hardware
|
||||||
|
operator: In
|
||||||
|
values: ["rpi5"]
|
||||||
|
- weight: 50
|
||||||
|
preference:
|
||||||
|
matchExpressions:
|
||||||
|
- key: hardware
|
||||||
|
operator: In
|
||||||
|
values: ["rpi4"]
|
||||||
containers:
|
containers:
|
||||||
- name: soteria
|
- name: soteria
|
||||||
image: registry.bstein.dev/bstein/soteria:latest
|
image: registry.bstein.dev/bstein/soteria:latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user