2
0
mirror of synced 2025-01-10 00:25:49 +00:00
cs-codex-dist-tests/Tools/CodexNetDeployer/deploy-public-testnet.sh
2023-10-23 12:52:47 +02:00

21 lines
573 B
Bash

dotnet run \
--deploy-name=codex-public-testnet \
--kube-config=/opt/kubeconfig.yaml \
--kube-namespace=codex-public-testnet \
--deploy-file=codex-public-testnet-deployment.json \
--nodes=3 \
--validators=1 \
--log-level=Trace \
--make-storage-available=0 \
--block-ttl=180 \
--block-mi=120 \
--block-mn=10000 \
--metrics-endpoints=1 \
--metrics-scraper=0 \
--check-connect=1 \
\
--public-testnet=1 \
--public-ip=1.2.3.4 \
--public-discports=20010,20020,20030 \
--public-listenports=20011,20021,20031