Skip to content

Commit

Permalink
Merge pull request #513 from Deaddy/main
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Jan 26, 2024
2 parents 8f1365c + 7189bfe commit 07dbc53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 4.5.11
version: 4.5.12
appVersion: 28.0.1
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
20 changes: 10 additions & 10 deletions charts/nextcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,16 +463,16 @@ nextcloud:
extraVolumeMounts:
- name: hugepages
mountPath: /dev/hugepages
resources:
requests:
hugepages-2Mi: 500Mi
# note that Kubernetes currently requires cpu or memory requests and limits before hugepages are allowed.
memory: 500Mi
limits:
# limit and request must be the same for hugepages. They are a fixed resource.
hugepages-2Mi: 500Mi
# note that Kubernetes currently requires cpu or memory requests and limits before hugepages are allowed.
memory: 1Gi
resources:
requests:
hugepages-2Mi: 500Mi
# note that Kubernetes currently requires cpu or memory requests and limits before hugepages are allowed.
memory: 500Mi
limits:
# limit and request must be the same for hugepages. They are a fixed resource.
hugepages-2Mi: 500Mi
# note that Kubernetes currently requires cpu or memory requests and limits before hugepages are allowed.
memory: 1Gi
```
## HPA (Clustering)
Expand Down

0 comments on commit 07dbc53

Please sign in to comment.