Skip to content

Commit

Permalink
update xline command
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyuanpeng committed Mar 12, 2024
1 parent 60b4181 commit f6bb6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/xline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ spec:
command:
- /bin/sh
- -c
- xline --name node1 --members node1=172.18.0.2:2379 --data-dir /tmp/xline --storage-engine rocksdb
- xline --name node1 --members node1=172.18.0.2:2379 --data-dir /tmp/xline --storage-engine rocksdb --client-listen-urls=http://172.18.0.2:2379 --peer-listen-urls=http://172.18.0.2:2380,http://172.18.0.2:2381 --client-advertise-urls=http://172.18.0.2:2379 --peer-advertise-urls=http://172.18.0.2:2380,http://172.18.0.2:2381
hostNetwork: true
status: {}

0 comments on commit f6bb6ce

Please sign in to comment.