2
0
mirror of synced 2025-01-10 08:36:13 +00:00
cs-codex-dist-tests/Tools/CodexNetDeployer/deploy-continuous-testnet.sh
2023-10-05 08:46:59 +02:00

18 lines
442 B
Bash

dotnet run \
--kube-config=/opt/kubeconfig.yaml \
--kube-namespace=codex-continuous-tests \
--deploy-file=codex-deployment.json \
--nodes=5 \
--validators=3 \
--log-level=Trace \
--storage-quota=2048 \
--storage-sell=1024 \
--min-price=1024 \
--max-collateral=1024 \
--max-duration=3600000 \
--block-ttl=180 \
--block-mi=120 \
--block-mn=10000 \
--metrics=1 \
--check-connect=1