summaryrefslogtreecommitdiff
path: root/f3s/jellyfin/values.yaml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-31 09:36:55 +0200
committerPaul Buetow <paul@buetow.org>2026-01-31 09:36:55 +0200
commitdd9bb55b464cd82218be41795176c361e5181092 (patch)
tree5945a676f9f01debbcbe27ec23f04077b9abbc35 /f3s/jellyfin/values.yaml
parent3893ff25ea04acf2bf03bae88bd82695f252387e (diff)
Increase Jellyfin CPU and memory resources
Amp-Thread-ID: https://ampcode.com/threads/T-019c12eb-6dd8-76ab-9b88-b9dc12e6984a Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'f3s/jellyfin/values.yaml')
-rw-r--r--f3s/jellyfin/values.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/f3s/jellyfin/values.yaml b/f3s/jellyfin/values.yaml
index cf32845..abcfc26 100644
--- a/f3s/jellyfin/values.yaml
+++ b/f3s/jellyfin/values.yaml
@@ -36,11 +36,11 @@ ingress:
# Resources
resources:
requests:
- cpu: 100m
- memory: 256Mi
+ cpu: 500m
+ memory: 512Mi
limits:
- cpu: 2000m
- memory: 2Gi
+ cpu: 4000m
+ memory: 4Gi
# Node selector (if needed)
nodeSelector: {}