From 0987a71f1e0c2ce7d84ae18087796ff7b72c3c77 Mon Sep 17 00:00:00 2001 From: benbierens Date: Fri, 30 Jun 2023 09:33:31 +0200 Subject: [PATCH] deploy script for easy use in the cluster --- CodexNetDeployer/deploy-continuous-testnet.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CodexNetDeployer/deploy-continuous-testnet.sh diff --git a/CodexNetDeployer/deploy-continuous-testnet.sh b/CodexNetDeployer/deploy-continuous-testnet.sh new file mode 100644 index 00000000..2f02e458 --- /dev/null +++ b/CodexNetDeployer/deploy-continuous-testnet.sh @@ -0,0 +1,12 @@ +dotnet run \ + --kube-config=/opt/kubeconfig.yaml \ + --kube-namespace=codex-continuous-tests \ + --nodes=5 \ + --validators=3 \ + --storage-quota=2048 \ + --storage-sell=1024 \ + --min-price=1024 \ + --max-collateral=1024 \ + --max-duration=3600000 \ + --block-ttl=120 +