mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🚑 jellyfin affinity
This commit is contained in:
@@ -16,4 +16,4 @@ spec:
|
||||
args: ["snapshots"]
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: "${rsrc}-restic"
|
||||
name: "${rsrc}-restic-secret"
|
||||
|
@@ -8,7 +8,7 @@ spec:
|
||||
trigger:
|
||||
manual: restore-once
|
||||
restic:
|
||||
repository: "${rsrc}-restic"
|
||||
repository: "${rsrc}-restic-secret"
|
||||
destinationPVC: "${claim}"
|
||||
copyMethod: Direct
|
||||
# IMPORTANT NOTE:
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user