2023-06-30 07:33:31 +00:00
|
|
|
dotnet run \
|
|
|
|
--kube-config=/opt/kubeconfig.yaml \
|
|
|
|
--kube-namespace=codex-continuous-tests \
|
|
|
|
--nodes=5 \
|
|
|
|
--validators=3 \
|
2023-07-19 06:46:10 +00:00
|
|
|
--log-level=Trace \
|
2023-06-30 07:33:31 +00:00
|
|
|
--storage-quota=2048 \
|
|
|
|
--storage-sell=1024 \
|
|
|
|
--min-price=1024 \
|
|
|
|
--max-collateral=1024 \
|
|
|
|
--max-duration=3600000 \
|
2023-08-10 12:25:32 +00:00
|
|
|
--block-ttl=300 \
|
|
|
|
--record-metrics=true
|