From f24246729fdbf59c421ab5fd03626664a7f7771f Mon Sep 17 00:00:00 2001 From: "chris.ditcher" Date: Thu, 17 Oct 2024 10:31:00 -0700 Subject: [PATCH] Added hikari settings --- tools/config/update-configmap.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/config/update-configmap.sh b/tools/config/update-configmap.sh index f8d29fa..13506c3 100644 --- a/tools/config/update-configmap.sh +++ b/tools/config/update-configmap.sh @@ -56,6 +56,11 @@ oc create -n "$GRAD_NAMESPACE"-"$envValue" configmap "$APP_NAME"-config-map \ --from-literal=ENABLE_FLYWAY="true" \ --from-literal=GRAD_PROGRAM_API="http://educ-grad-program-api.$GRAD_NAMESPACE-$envValue.svc.cluster.local:8080/" \ --from-literal=MAX_RETRY_ATTEMPTS="3" \ + --from-literal=CONNECTION_TIMEOUT='30000' \ + --from-literal=MAXIMUM_POOL_SIZE='10' \ + --from-literal=MIN_IDLE='10' \ + --from-literal=IDLE_TIMEOUT='300000' \ + --from-literal=MAX_LIFETIME='420000' \ --dry-run=client -o yaml | oc apply -f - echo Creating config map "$APP_NAME"-flb-sc-config-map