Skip to content

Commit

Permalink
fix(kyak): make jellyfin work
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <[email protected]>
  • Loading branch information
coolguy1771 committed Jan 13, 2024
1 parent d5d5b13 commit 12e346a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions kubernetes/kyak/apps/media/jellyfin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,10 @@ spec:
resources:
limits: &resources
gpu.intel.com/i915: 1
memory: 16Gi
memory: 8Gi
requests:
<<: *resources
cpu: 100m
pod:
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app.kubernetes.io/name
operator: In
values: ["frigate"]
topologyKey: kubernetes.io/hostname
nodeSelector:
intel.feature.node.kubernetes.io/gpu: "true"
securityContext:
Expand Down

0 comments on commit 12e346a

Please sign in to comment.