Skip to content

Commit f76df87

Browse files
chore(entrypoint): increase default minimum number of volumes (backport #42) (#43)
chore(entrypoint): increase default minimum number of volumes (#42) (cherry picked from commit 8c783b1) Co-authored-by: Andrew Azores <me@andrewazor.es>
1 parent 4962b8e commit f76df87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryostat-entrypoint.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ createBuckets "${names[@]}" &
5555

5656
set -e
5757

58-
VOLUME_MIN=${VOLUME_MIN:-40}
58+
VOLUME_MIN=${VOLUME_MIN:-60}
5959
NUM_VOLUMES=$(( ${VOLUME_MAX:-0} > VOLUME_MIN ? VOLUME_MAX : VOLUME_MIN ))
6060
DATA_DIR="${DATA_DIR:-/tmp}"
6161

0 commit comments

Comments
 (0)