make network smaller by default
This commit is contained in:
parent
024448ae94
commit
5148f18fd0
|
@ -44,8 +44,8 @@ if [ -z "$mode" ] || [ "$mode" == "deploy" ]; then
|
|||
--kube-config="$kubeconfig" \
|
||||
--kube-namespace=codex-continuous-tests-"$name-$i" \
|
||||
--deploy-file=codex-deployment-"$name-$i".json \
|
||||
--nodes=5 \
|
||||
--validators=3 \
|
||||
--nodes=2 \
|
||||
--validators=1 \
|
||||
--log-level=Trace \
|
||||
--storage-quota=20480 \
|
||||
--storage-sell=1024 \
|
||||
|
|
Loading…
Reference in New Issue