We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f9764 commit 3fd11ceCopy full SHA for 3fd11ce
1 file changed
tools/config/update-configmap.sh
@@ -75,6 +75,10 @@ oc create -n "$OPENSHIFT_NAMESPACE"-"$envValue" configmap "$APP_NAME"-config-map
75
--from-literal=MAXIMUM_POOL_SIZE='25' \
76
--from-literal=MAX_LIFETIME='300000' \
77
--from-literal=ENABLE_COMPRESSION="true" \
78
+ --from-literal=CRON_SYSTEM_SCHEDULED_ROUTINES_LOCK_AT_LEAST_FOR="PT1M" \
79
+ --from-literal=CRON_SYSTEM_SCHEDULED_ROUTINES_LOCK_AT_MOST_FOR="PT600M" \
80
+ --from-literal=CRON_USER_SCHEDULED_JOBS_LOCK_AT_LEAST_FOR="10" \
81
+ --from-literal=CRON_USER_SCHEDULED_JOBS_LOCK_AT_MOST_FOR="180" \
82
--dry-run=client -o yaml | oc apply -f -
83
84
echo Creating config map "$APP_NAME"-flb-sc-config-map
0 commit comments