You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2021/11/03 14:54:24 UTC

[fineract] branch develop updated: FINERACT-1427: Extend liveness probe delay (90 -> 180)

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

ptuomola 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 f1375a8  FINERACT-1427: Extend liveness probe delay (90 -> 180)
f1375a8 is described below

commit f1375a852577256d7dfb4b18efb15f1b465f6571
Author: Thomas Kerin <me...@thomaskerin.io>
AuthorDate: Mon Nov 1 17:23:42 2021 +0000

    FINERACT-1427: Extend liveness probe delay (90 -> 180)
    
    I was getting restarts
---
 kubernetes/fineract-server-deployment.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kubernetes/fineract-server-deployment.yml b/kubernetes/fineract-server-deployment.yml
index 1616318..dd9aba5 100644
--- a/kubernetes/fineract-server-deployment.yml
+++ b/kubernetes/fineract-server-deployment.yml
@@ -72,13 +72,13 @@ spec:
           httpGet:
             path: /fineract-provider/actuator/health/liveness
             port: 8080
-          initialDelaySeconds: 90
+          initialDelaySeconds: 180
           periodSeconds: 1
         readinessProbe:
           httpGet:
             path: /fineract-provider/actuator/health/readiness
             port: 8080
-          initialDelaySeconds: 90
+          initialDelaySeconds: 180
           periodSeconds: 1
         env:
         - name: DRIVERCLASS_NAME