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