Description
The jibDockerBuild builds the docker image with hardcoded Java Opts values of min and max heap space. This makes it very difficult to configure these values externally using docker-compose or Kubernetes.
Hence the hardcoding of max heap space should be removed from the docker build script and move to the docker-compose and the Kubernetes configurations.
Files to be updated to add the configurations:
- ineract/docker-compose-postgresql.yml
- fineract/docker-compose.yml
- fineract/kubernetes/fineract-server-deployment.yml
Attachments
Issue Links
- blocks
-
FINERACT-1680 Release Apache Fineract 1.8.0
- Resolved