Skip to content

Commit

Permalink
Remove CPU limits
Browse files Browse the repository at this point in the history
Remove CPU limits to nextcloud
  • Loading branch information
dark-vex authored Feb 11, 2024
1 parent 6f3cf66 commit 31b95d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/kubenuc/nextcloud/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ spec:
cpu: 300m
memory: 256Mi
limits:
cpu: 800m
# note that Kubernetes currently requires cpu or memory requests and limits before hugepages are allowed.
memory: 4096Mi
internalDatabase:
enabled: false
Expand All @@ -119,7 +117,6 @@ spec:
enabled: true
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 500m
Expand All @@ -135,7 +132,6 @@ spec:
master:
resources:
limits:
cpu: 500m
memory: 1024Mi
requests:
cpu: 500m
Expand Down

0 comments on commit 31b95d5

Please sign in to comment.