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
|
||||
values:
|
||||
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
|
||||
nodeSelector:
|
||||
intel.feature.node.kubernetes.io/gpu: "true"
|
||||
securityContext:
|
||||
runAsUser: 568
|
||||
runAsGroup: 568
|
||||
|
@@ -29,9 +29,32 @@ spec:
|
||||
keepHistory: false
|
||||
values:
|
||||
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:
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
controllers:
|
||||
tdarr:
|
||||
containers:
|
||||
|
Reference in New Issue
Block a user