Skip to content

Commit

Permalink
Added hikari settings
Browse files Browse the repository at this point in the history
  • Loading branch information
chris.ditcher authored and chris.ditcher committed Oct 17, 2024
1 parent adf6828 commit f242467
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/config/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f242467

Please sign in to comment.