cs-codex-dist-tests/Tools/CodexNetDeployer/deploy-public-testnet.sh

30 lines
847 B
Bash
Raw Normal View History

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 \
2023-10-23 11:36:20 +00:00
--storage-quota=2048 \
--make-storage-available=0 \
--block-ttl=180 \
--block-mi=120 \
--block-mn=10000 \
--metrics-endpoints=1 \
--metrics-scraper=0 \
--check-connect=0 \
\
--public-testnet=1 \
2023-11-08 09:19:06 +00:00
--public-discports=30010,30020,30030 \
--public-listenports=30011,30021,30031 \
--public-gethdiscport=30040 \
--public-gethlistenport=30041 \
2023-10-25 07:40:47 +00:00
\
--discord-bot=1 \
--dbot-token=tokenhere \
--dbot-servername=namehere \
--dbot-adminrolename=alsonamehere \
2023-10-25 09:53:33 +00:00
--dbot-adminchannelname=channelname \
--dbot-datapath=/var/botdata