vorburger commented on a change in pull request #1653:
URL: https://github.com/apache/fineract/pull/1653#discussion_r589750684
##########
File path: kubernetes/fineract-server-deployment.yml
##########
@@ -61,16 +61,23 @@ spec:
containers:
- name: fineract-server
image: apache/fineract:latest
+ resources:
+ limits:
+ cpu: "1000m"
+ memory: "1Gi"
Review comment:
One MAY want to give it more, of course. I'm not sure what we should put
as a default. Personally I would have probably given it a bit more, actually.
But having one, any, is better than none at all, to start with; we can always
tweak it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]