🚑 jellyfin affinity

This commit is contained in:
auricom
2023-09-24 09:47:34 +02:00
parent 389d561a16
commit 46db2ef17d
3 changed files with 3 additions and 3 deletions

View File

@@ -16,4 +16,4 @@ spec:
args: ["snapshots"]
envFrom:
- secretRef:
name: "${rsrc}-restic"
name: "${rsrc}-restic-secret"

View File

@@ -8,7 +8,7 @@ spec:
trigger:
manual: restore-once
restic:
repository: "${rsrc}-restic"
repository: "${rsrc}-restic-secret"
destinationPVC: "${claim}"
copyMethod: Direct
# IMPORTANT NOTE:

View File

@@ -96,7 +96,7 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: feature.node.kubernetes.io/custom-intel-gpu
- key: intel.feature.node.kubernetes.io/gpu
operator: In
values:
- "true"