We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6be3fdb + e656afb commit b4d38a8Copy full SHA for b4d38a8
tools/config/update-configmap.sh
@@ -55,6 +55,11 @@ oc create -n "$GRAD_NAMESPACE"-"$envValue" configmap "$APP_NAME"-config-map \
55
--from-literal=APP_LOG_LEVEL="$APP_LOG_LEVEL" \
56
--from-literal=ENABLE_FLYWAY="true" \
57
--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' \
63
--dry-run=client -o yaml | oc apply -f -
64
65
echo Creating config map "$APP_NAME"-flb-sc-config-map
0 commit comments