Skip to content

Commit

Permalink
[config] Update barnard k8s config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed Mar 30, 2021
1 parent fa676b7 commit 877637c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/manifest/starcoin-barnard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
spec:
containers:
- name: starcoin
image: starcoin/starcoin:v1.0.0-alpha.1
image: starcoin/starcoin:v1.0.0-beta.2
imagePullPolicy: Always
command:
- bash
Expand All @@ -50,7 +50,7 @@ spec:
if [ ! -z $node_key ]; then
node_key_flag="--node-key ${node_key}";
fi;
/starcoin/starcoin -n barnard --discover-local true -d /sc-data $node_key_flag;
/starcoin/starcoin -n barnard --discover-local true --disable-miner-client true --min-peers-to-propagate 512 --max-peers-to-propagate 1024 --max-outgoing-peers 512 --max-incoming-peers 512 -d /sc-data $node_key_flag;
ports:
- containerPort: 9840
hostPort: 9840
Expand Down

0 comments on commit 877637c

Please sign in to comment.