diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-31 09:36:55 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-31 09:36:55 +0200 |
| commit | dd9bb55b464cd82218be41795176c361e5181092 (patch) | |
| tree | 5945a676f9f01debbcbe27ec23f04077b9abbc35 /f3s/jellyfin/values.yaml | |
| parent | 3893ff25ea04acf2bf03bae88bd82695f252387e (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.yaml | 8 |
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: {} |
