BLasan commented on pull request #1649:
URL: https://github.com/apache/fineract/pull/1649#issuecomment-790422297
```
livenessProbe:
httpGet:
path: /fineract-provider/actuator/health/liveness
port: 8080
initialDelaySeconds: 400
periodSeconds: 80
failureThreshold: 5
readinessProbe:
httpGet:
path: /fineract-provider/actuator/health/readiness
port: 8080
initialDelaySeconds: 400
periodSeconds: 80
failureThreshold: 5
```
@xurror For the minikube cluster I created with cpus=4,memory=7GB needs this
configurations in order to run the fineract server properly. This will get
changed according to the cpu power and other resources you allocate to the
cluster. No issue with the approach. Just mentioning :)
----------------------------------------------------------------
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]