Skip to content

Commit

Permalink
fix: increase memory on transcoder
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Apr 20, 2024
1 parent 970c4ee commit f1b8d1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/main/apps/media/kyoo/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,10 @@ spec:
resources:
requests:
cpu: 10m
memory: 500Mi
limits:
gpu.intel.com/i915: 1
memory: 400Mi
memory: 8Gi
securityContext: *securityContext
pod:
nodeSelector:
Expand Down

0 comments on commit f1b8d1e

Please sign in to comment.