Skip to content

Commit

Permalink
Lower Memory Alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
jalim committed Apr 21, 2024
1 parent a4bbfa9 commit acb6493
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
requests:
cpu: 500m
limits:
memory: 4Gi
memory: 1Gi
monitoring:
enablePodMonitor: true
backup:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
requests:
cpu: 50m
limits:
memory: 1Gi
memory: 512Mi
pod:
securityContext:
runAsUser: 1000
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/frigate/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
memory: 1Gi
limits:
gpu.intel.com/i915: "1"
memory: 8Gi
memory: 2Gi
pod:
affinity:
podAntiAffinity:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/jellyfin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
memory: 512Mi
limits:
gpu.intel.com/i915: 1
memory: 4Gi
memory: 3Gi
pod:
nodeSelector:
intel.feature.node.kubernetes.io/gpu: "true"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/lidarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
requests:
cpu: 10m
limits:
memory: 1Gi
memory: 512Mi
pod:
securityContext:
runAsUser: 1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
requests:
cpu: 10m
limits:
memory: 2Gi
memory: 1Gi
pod:
securityContext:
runAsUser: 1000
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/plex/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
memory: 2Gi
limits:
gpu.intel.com/i915: 1
memory: 12Gi
memory: 4Gi
pod:
nodeSelector:
intel.feature.node.kubernetes.io/gpu: "true"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/default/sabnzbd/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
requests:
cpu: 100m
limits:
memory: 8Gi
memory: 4Gi
pod:
securityContext:
runAsUser: 1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
cpu: 500m
memory: 2Gi
limits:
memory: 6Gi
memory: 3Gi
mgr-sidecar:
requests:
cpu: 50m
Expand Down Expand Up @@ -151,7 +151,7 @@ spec:
cpu: 100m
memory: 1Gi
limits:
memory: 4Gi
memory: 3Gi
priorityClassName: system-cluster-critical
placement:
topologySpreadConstraints:
Expand Down

0 comments on commit acb6493

Please sign in to comment.