Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

197 control load balancing service placement #198

Merged
merged 5 commits into from
Oct 26, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
...
  • Loading branch information
baabeetaa committed Oct 26, 2022
commit b3c43017e97fe4033852c3bd6d2f7b829712cf7f
2 changes: 1 addition & 1 deletion load_balancer/docker_service_create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ docker service rm $SERVICE_NAME
docker service create \
--name $SERVICE_NAME \
--replicas 1 \
--constraint 'node.labels.cosmosia.lb.${chain_name}==true' \
--constraint 'node.labels.cosmosia.lb.$chain_name==true' \
--network $network \
--network cosmosia \
--endpoint-mode dnsrr \
Expand Down