Update k8s/apps/immich/deployments.yaml
Some checks failed
Check with kubeconform / lint (push) Has been cancelled

This commit is contained in:
ab
2025-09-09 19:47:01 +00:00
parent 4aae2a87d6
commit 56125caedf

View File

@@ -50,13 +50,20 @@ spec:
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
- weight: 90
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- home.homenet
- weight: 10
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- nas.homenet
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
@@ -134,7 +141,7 @@ spec:
- key: kubernetes.io/hostname
operator: In
values:
- home.homenet
- nas.homenet
topologySpreadConstraints:
- maxSkew: 2