Skip to content

Commit

Permalink
Update memory requests and limits
Browse files Browse the repository at this point in the history
  • Loading branch information
barrelmaker97 committed Dec 17, 2024
1 parent 6317077 commit 160c084
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions roles/workloads/files/jellyfin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ingress:

resources:
requests:
memory: 500Mi
cpu: 700m
memory: 1000Mi
limits:
memory: 2Gi
memory: 1500Mi
2 changes: 1 addition & 1 deletion roles/workloads/files/niucraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ service:
resources:
requests:
cpu: 1000m
memory: 7000Mi
memory: 7500Mi
limits:
memory: 8000Mi
4 changes: 2 additions & 2 deletions roles/workloads/files/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ ingress:
resources:
requests:
cpu: 20m
memory: 500Mi
memory: 600Mi
limits:
memory: 1Gi
memory: 700Mi

0 comments on commit 160c084

Please sign in to comment.