Skip to content

Commit b4d38a8

Browse files
authored
Merge pull request #317 from bcgov/GRAD2-2992
GRAD2-2992
2 parents 6be3fdb + e656afb commit b4d38a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/config/update-configmap.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ oc create -n "$GRAD_NAMESPACE"-"$envValue" configmap "$APP_NAME"-config-map \
5555
--from-literal=APP_LOG_LEVEL="$APP_LOG_LEVEL" \
5656
--from-literal=ENABLE_FLYWAY="true" \
5757
--from-literal=GRAD_PROGRAM_API="http://educ-grad-program-api.$GRAD_NAMESPACE-$envValue.svc.cluster.local:8080/" \
58+
--from-literal=CONNECTION_TIMEOUT='30000' \
59+
--from-literal=MAXIMUM_POOL_SIZE='10' \
60+
--from-literal=MIN_IDLE='10' \
61+
--from-literal=IDLE_TIMEOUT='300000' \
62+
--from-literal=MAX_LIFETIME='420000' \
5863
--dry-run=client -o yaml | oc apply -f -
5964

6065
echo Creating config map "$APP_NAME"-flb-sc-config-map

0 commit comments

Comments
 (0)