make network smaller by default

This commit is contained in:
gmega 2023-11-09 19:05:38 -03:00
parent 024448ae94
commit 5148f18fd0
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
1 changed files with 2 additions and 2 deletions

View File

@ -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 \