Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions artifactory/system.full-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,27 @@ metadata:
tokenCache:
#timeout: 115s

## Mission control template
mc:
#port: 8080
#enabled: false

## Tomcat connector customization on the MC
tomcat:
## Connector settings
connector:
#maxThreads: 50

## Extra configuration to add to the connector
#extraConfig: ""

database:
## Max connections to the database the main connection pool can consume
#maxOpenConnections: 10

idgenerator:
## Max connections to the database the id generator connection pool can consume
#maxOpenConnections: 2

## ROUTER TEMPLATE
router:
Expand Down