From 420cabc3a800f3599a175a418c673193ba64b16d Mon Sep 17 00:00:00 2001 From: desmax74 Date: Fri, 18 Mar 2022 12:48:35 +0100 Subject: [PATCH] [RHPAM-3528] Increase KieExecutorMDB threads in RHPAM image Signed-off-by: desmax74 --- pkg/apis/app/v2/kieapp_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/app/v2/kieapp_types.go b/pkg/apis/app/v2/kieapp_types.go index aae5e870b..56e206611 100644 --- a/pkg/apis/app/v2/kieapp_types.go +++ b/pkg/apis/app/v2/kieapp_types.go @@ -769,7 +769,7 @@ type ServerTemplate struct { Cors *CORSFiltersObject `json:"cors,omitempty"` StartupStrategy *StartupStrategy `json:"startupStrategy,omitempty"` // KieExecutorMDBMaxSession number of KIE Executor sessions - KieExecutorMDBMaxSession *int `json:"KieExecutorMDBMaxSession,omitempty"` + KieExecutorMDBMaxSession *int `json:"kieExecutorMDBMaxSession,omitempty"` } // DashbuilderTemplate contains all the variables used in the yaml templates