Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
datasource comments
Browse files Browse the repository at this point in the history
Signed-off-by: Egor I <[email protected]>
  • Loading branch information
cheshi-mantu committed Jul 17, 2024
1 parent 000343d commit 9618f2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/testops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,17 +240,19 @@ datasources:
# appMaxDBConnection defines the number of database connections used by single replica of Allure Testops service
# total allowed DB connections are defined by appMaxDBConnection multiplied by value of replicaCount
# these connections are shared between end users accessing the data via UI
# if uploaderDatasource is set to disabled, pleae make sure you are setting appMaxDBConnection at least equal to 10
############################################################################################################
appMaxDBConnection: 2
appMaxDBConnection: 10
sslMode: prefer
############################################################################################################
# App related
# uploaderDatasource.appMaxDBConnection defines the DB connection pool used by single replica of Allure Testops service
# for processing of the test result upload
# if disabled, pleae make sure you are setting appMaxDBConnection at least equal to 10
############################################################################################################
uploaderDatasource:
enabled: false
appMaxDBConnection: 3
appMaxDBConnection: 5
appConnectionTimeout: 60000
############################################################################################################
# App related
Expand Down

0 comments on commit 9618f2d

Please sign in to comment.