diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-03-22 18:00:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-22 18:00:25 +0000 |
commit | 81f91b6558e9f385c646005c653937ffe819ad0d (patch) | |
tree | 0d639d246b6cf56e90439979fecbb27c703aa1d0 /docs | |
parent | 960aabcac27b884b92061e946238fcc7a33261ed (diff) | |
parent | fb4caa6beac525fef370267d44259f5290e3cb93 (diff) |
Merge "Update docs to add info on providing additional config"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/deployment.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst index 3f5943ceb0..46160c4f76 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.<spring-supported-property-name>: 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 ============================ |