diff --git a/k8s/apps/immich/deployments.yaml b/k8s/apps/immich/deployments.yaml index f9912d4..e2e42a0 100644 --- a/k8s/apps/immich/deployments.yaml +++ b/k8s/apps/immich/deployments.yaml @@ -89,15 +89,15 @@ spec: spec: affinity: nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: kubernetes.io/hostname - operator: In - values: - - home.homenet - - nas.homenet - - master.tail2fe2d.ts.net + #requiredDuringSchedulingIgnoredDuringExecution: + # nodeSelectorTerms: + # - matchExpressions: + # - key: kubernetes.io/hostname + # operator: In + # values: + # - home.homenet + # - nas.homenet + # - master.tail2fe2d.ts.net preferredDuringSchedulingIgnoredDuringExecution: - weight: 3