Skip to content

Commit

Permalink
Increase the init container (busybox) memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
toliger committed Sep 23, 2024
1 parent bf048ce commit 4d54bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/alfresco-repository/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
resources:
limits:
cpu: "0.25"
memory: "10Mi"
memory: "12Mi"
env:
{{ include "alfresco-repository.db.env" . | indent 12 }}
command:
Expand Down

0 comments on commit 4d54bf6

Please sign in to comment.