Skip to content

Commit

Permalink
Merge pull request #51 from mondata-dev/resources-fix
Browse files Browse the repository at this point in the history
updated resource requirements to reflect actual usage
  • Loading branch information
dpoetzsch authored May 16, 2024
2 parents e25a0c4 + c197f54 commit a22ed76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/templates/base/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
memory: "4Gi"
cpu: "3"
requests:
memory: 128Mi
memory: 400Mi
cpu: 500m
initContainers:
# The container is required to adjust the permissions of the volume
Expand Down
4 changes: 2 additions & 2 deletions k8s/node-history-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ spec:
memory: "4Gi"
cpu: "2"
requests:
memory: "4Gi"
cpu: "2"
memory: "2Gi"
cpu: "1"
initContainers:
# The container is required to adjust the permissions of the volume
# to allow the nimiq user to write to it.
Expand Down

0 comments on commit a22ed76

Please sign in to comment.