From 6a5f4e232446f22b6af468e105cc3a6bc4cc404a Mon Sep 17 00:00:00 2001 From: Hanoch Giner Date: Wed, 16 Feb 2022 18:17:20 +0200 Subject: [PATCH] Reverting Mission Control configuration removal --- artifactory/system.full-template.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/artifactory/system.full-template.yaml b/artifactory/system.full-template.yaml index 9a1c49a..0d88b60 100644 --- a/artifactory/system.full-template.yaml +++ b/artifactory/system.full-template.yaml @@ -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: