Skip to content

Commit

Permalink
Development (#75)
Browse files Browse the repository at this point in the history
* Update to JDK 11 (#63)

* added docs

* update java

* update maven.yml

* updated kotlin stdlib

* updated springfox for security issue

* update readme

* added lombok dependency

* Update LICENSE

Co-authored-by: Davide Bianchi <bianchidavide12@gmail.com>
Co-authored-by: Giovanni Tommasi <giovanni.tommasi@mia-platform.eu>
Co-authored-by: Federico Maggi <7142570+fredmaggiowski@users.noreply.github.com>

* Update LICENSE

* fix: added environment setup instructions and defaults

* doc: probe tuning

Co-authored-by: Giovanni Tommasi <giovannitommasi95@gmail.com>
Co-authored-by: Davide Bianchi <bianchidavide12@gmail.com>
Co-authored-by: Giovanni Tommasi <giovanni.tommasi@mia-platform.eu>
  • Loading branch information
4 people authored Jul 1, 2021
1 parent 89f00ca commit 959552a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ Give your microservice the name you prefer, in this walkthrough we'll refer to i
A more detailed description on how to create a Microservice can be found in [Microservice from template - Get started](https://docs.mia-platform.eu/development_suite/api-console/api-design/custom_microservice_get_started/#2-service-creation) section of Mia-Platform documentation.

> :warning:
> Please verify **CPU and memory limits**, for Java applications using Springboot we recommend at least:
> * Memory: minimum **150Mi**, maximum **300Mi**
> * CPU: minimum **30m**, maximum **1000m**
> Please once the service is installed in your project verify **Probes** confiugration, boot time of Springboot applications may be long
> so you might want to propertly tune readiness and liveness probes.
## Remove status probes

Expand Down

0 comments on commit 959552a

Please sign in to comment.