Skip to content

Commit

Permalink
Merge pull request #293 from bcgov/GRAD2-2992
Browse files Browse the repository at this point in the history
GRAD2-2992
  • Loading branch information
infstar authored Oct 17, 2024
2 parents fc5d81e + bde9fb5 commit affe109
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 @@ -54,6 +54,11 @@ echo Creating config map "$APP_NAME"-config-map
oc create -n "$GRAD_NAMESPACE"-"$envValue" configmap "$APP_NAME"-config-map \
--from-literal=APP_LOG_LEVEL="$APP_LOG_LEVEL" \
--from-literal=ENABLE_FLYWAY="true" \
--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

Expand Down

0 comments on commit affe109

Please sign in to comment.