Skip to content

Commit

Permalink
feat: increase cpu for kyoo-front
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 24, 2025
1 parent df3d230 commit 87d8ef9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kubernetes/main/apps/media/kyoo/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,20 @@ spec:
kyoo_front:
resources:
requests:
cpu: 5m
cpu: 20m
memory: 50Mi
limits:
cpu: 100m
cpu: 200m
memory: 500Mi

matcher:
kyoo_matcher:
resources:
requests:
cpu: 5m
cpu: 50m
memory: 50Mi
limits:
cpu: 100m
cpu: 1
memory: 500Mi

scanner:
Expand All @@ -153,10 +153,10 @@ spec:
kyoo_transcoder:
resources:
requests:
cpu: 10m
cpu: 100m
memory: 500Mi
limits:
cpu: 100m
cpu: 1
gpu.intel.com/i915: 1
memory: 8Gi

Expand Down

0 comments on commit 87d8ef9

Please sign in to comment.