vorburger commented on a change in pull request #1653:
URL: https://github.com/apache/fineract/pull/1653#discussion_r589749126



##########
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"
+          requests:
+            cpu: "200m"
+            memory: "0.5Gi"
         livenessProbe:
           httpGet:
             path: /fineract-provider/actuator/health/liveness
-            port: 8443
+            port: 8080
           initialDelaySeconds: 90
           periodSeconds: 1
         readinessProbe:
           httpGet:
             path: /fineract-provider/actuator/health/readiness
-            port: 8443
+            port: 8080

Review comment:
       this also works, as above




----------------------------------------------------------------
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]


Reply via email to