mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: run jellyfin & tdarr on Intel N100
This commit is contained in:
@@ -29,9 +29,30 @@ spec:
|
|||||||
keepHistory: false
|
keepHistory: false
|
||||||
values:
|
values:
|
||||||
defaultPodOptions:
|
defaultPodOptions:
|
||||||
|
affinity:
|
||||||
|
nodeAffinity:
|
||||||
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
- weight: 1
|
||||||
|
preference:
|
||||||
|
matchExpressions:
|
||||||
|
# Intel N100
|
||||||
|
- key: feature.node.kubernetes.io/cpu-model.id
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- "190"
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
# Intel N100
|
||||||
|
- key: feature.node.kubernetes.io/cpu-model.id
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- "190"
|
||||||
|
- key: intel.feature.node.kubernetes.io/gpu
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- "true"
|
||||||
enableServiceLinks: false
|
enableServiceLinks: false
|
||||||
nodeSelector:
|
|
||||||
intel.feature.node.kubernetes.io/gpu: "true"
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 568
|
runAsUser: 568
|
||||||
runAsGroup: 568
|
runAsGroup: 568
|
||||||
|
@@ -29,9 +29,32 @@ spec:
|
|||||||
keepHistory: false
|
keepHistory: false
|
||||||
values:
|
values:
|
||||||
defaultPodOptions:
|
defaultPodOptions:
|
||||||
|
affinity:
|
||||||
|
nodeAffinity:
|
||||||
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
- weight: 1
|
||||||
|
preference:
|
||||||
|
matchExpressions:
|
||||||
|
# Intel N100
|
||||||
|
- key: feature.node.kubernetes.io/cpu-model.id
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- "190"
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
# Intel N100
|
||||||
|
- key: feature.node.kubernetes.io/cpu-model.id
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- "190"
|
||||||
|
- key: intel.feature.node.kubernetes.io/gpu
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- "true"
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
fsGroupChangePolicy: "OnRootMismatch"
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
controllers:
|
controllers:
|
||||||
tdarr:
|
tdarr:
|
||||||
containers:
|
containers:
|
||||||
|
Reference in New Issue
Block a user