feat(affinity): Assign to amd64 nodes
This commit is contained in:
parent
a76dbdeaed
commit
e1ac9e1078
@ -13,8 +13,15 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: immich
|
app: immich
|
||||||
spec:
|
spec:
|
||||||
hostname: immich
|
affinity:
|
||||||
subdomain: immich
|
nodeAffinity:
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
- key: "kubernetes.io/arch"
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- "amd64"
|
||||||
containers:
|
containers:
|
||||||
- name: immich-server
|
- name: immich-server
|
||||||
image: ghcr.io/immich-app/immich-server:v1.131.3
|
image: ghcr.io/immich-app/immich-server:v1.131.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user