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"]
|
args: ["snapshots"]
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: "${rsrc}-restic"
|
name: "${rsrc}-restic-secret"
|
||||||
|
@@ -8,7 +8,7 @@ spec:
|
|||||||
trigger:
|
trigger:
|
||||||
manual: restore-once
|
manual: restore-once
|
||||||
restic:
|
restic:
|
||||||
repository: "${rsrc}-restic"
|
repository: "${rsrc}-restic-secret"
|
||||||
destinationPVC: "${claim}"
|
destinationPVC: "${claim}"
|
||||||
copyMethod: Direct
|
copyMethod: Direct
|
||||||
# IMPORTANT NOTE:
|
# IMPORTANT NOTE:
|
||||||
|
@@ -96,7 +96,7 @@ spec:
|
|||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
nodeSelectorTerms:
|
nodeSelectorTerms:
|
||||||
- matchExpressions:
|
- matchExpressions:
|
||||||
- key: feature.node.kubernetes.io/custom-intel-gpu
|
- key: intel.feature.node.kubernetes.io/gpu
|
||||||
operator: In
|
operator: In
|
||||||
values:
|
values:
|
||||||
- "true"
|
- "true"
|
||||||
|
Reference in New Issue
Block a user