Skip to content

Commit

Permalink
Remove limits on Jellyfin
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Cash committed Feb 4, 2024
1 parent d915e26 commit 53209dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions kubernetes/helm/media/jellyfin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ app-template:

resources:
limits:
memory: 1.5Gi
gpu.intel.com/i915: 30
cpu: 2000m
gpu.intel.com/i915: 1
requests:
cpu: 1000m
memory: 800Mi
gpu.intel.com/i915: 1
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ spec:
source:
repoURL: https://github.com/intel/intel-device-plugins-for-kubernetes.git
path: deployments/nfd
targetRevision: v0.26.0
targetRevision: &gpu_plugin_version v0.29.0
sources:
- repoURL: https://github.com/intel/intel-device-plugins-for-kubernetes.git
path: deployments/nfd
targetRevision: v0.26.0
targetRevision: *gpu_plugin_version
- repoURL: https://github.com/intel/intel-device-plugins-for-kubernetes.git
path: deployments/nfd/overlays/node-feature-rules
targetRevision: v0.26.0
targetRevision: *gpu_plugin_version
- repoURL: https://github.com/intel/intel-device-plugins-for-kubernetes.git
path: deployments/gpu_plugin/overlays/monitoring_shared-dev_nfd
targetRevision: v0.26.0
targetRevision: *gpu_plugin_version

destination:
server: https://kubernetes.default.svc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
source:
repoURL: https://github.com/rancher/system-upgrade-controller.git
path: manifests/
targetRevision: v0.10.0
targetRevision: v0.13.2

destination:
server: https://kubernetes.default.svc
Expand Down

0 comments on commit 53209dc

Please sign in to comment.