X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdeployment.rst;h=46160c4f768d5bf75e16fc430b674deb65b1f765;hb=2a3430b11f80fe977f32a940d980bd13b69376f0;hp=3f5943ceb0e3e6ae7ecc759dac7a9e88b2e0b159;hpb=a1129b696f3197fc7d8a3b63bcd84b5b2dd8874e;p=cps.git diff --git a/docs/deployment.rst b/docs/deployment.rst index 3f5943ceb..46160c4f7 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -162,8 +162,9 @@ Additional Cps-Core Customizations ================================== The following table lists some properties that can be specified as Helm chart -values to configure the application to be deployed. This list is not -exhaustive. +values to configure the application to be deployed. This list is not exhaustive. + +Any spring supported property can be configured by providing in ``config.additional.: value`` Example: config.additional.spring.datasource.hikari.maximumPoolSize: 30 +---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ | Property | Description | Default Value | @@ -278,6 +279,10 @@ exhaustive. | notification.async.executor. | | | | thread-name-prefix | | | +---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ +| config.additional. | Specifies number of database connections between database and application. | ``10`` | +| spring.datasource.hikari. | This property controls the maximum size that the pool is allowed to reach, | | +| maximumPoolSize | including both idle and in-use connections. | | ++---------------------------------------+---------------------------------------------------------------------------------------------------------+-------------------------------+ CPS-Core Docker Installation ============================