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 | |
| 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>
| -rw-r--r-- | f3s/jellyfin/helm-chart/templates/deployment.yaml | 8 | ||||
| -rw-r--r-- | f3s/jellyfin/values.yaml | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/f3s/jellyfin/helm-chart/templates/deployment.yaml b/f3s/jellyfin/helm-chart/templates/deployment.yaml index 044fd1c..0289dfe 100644 --- a/f3s/jellyfin/helm-chart/templates/deployment.yaml +++ b/f3s/jellyfin/helm-chart/templates/deployment.yaml @@ -21,11 +21,11 @@ spec: name: http resources: requests: - cpu: 100m - memory: 256Mi + cpu: 500m + memory: 512Mi limits: - cpu: 2000m - memory: 2Gi + cpu: 4000m + memory: 4Gi volumeMounts: - name: jellyfin-config mountPath: /config 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: {} |
