You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ka...@apache.org on 2021/01/27 15:05:33 UTC

[fineract] branch develop updated: Add resource limits & requests for mysql deployment (FINERACT-1301)

This is an automated email from the ASF dual-hosted git repository.

kaze pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 94a795d  Add resource limits & requests for mysql deployment (FINERACT-1301)
94a795d is described below

commit 94a795dad4a3199e3c479143f2ff02e5e204b40c
Author: BLasan <be...@gmail.com>
AuthorDate: Fri Jan 22 03:12:07 2021 +0530

    Add resource limits & requests for mysql deployment (FINERACT-1301)
---
 kubernetes/fineractmysql-deployment.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/kubernetes/fineractmysql-deployment.yml b/kubernetes/fineractmysql-deployment.yml
index fc76544..d44fbbd 100644
--- a/kubernetes/fineractmysql-deployment.yml
+++ b/kubernetes/fineractmysql-deployment.yml
@@ -88,6 +88,13 @@ spec:
       containers:
         - image: mysql:5.7
           name: mysql
+          resources:
+            requests:
+              memory: "1Gi"
+              cpu: "1000m"
+            limits:
+              memory: "5Gi"
+              cpu: "2000m"
           env:
             - name: MYSQL_ROOT_PASSWORD
               valueFrom: