2019-07-24 21:01:42 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -eEuo pipefail
|
|
|
|
|
2020-11-09 19:59:46 +00:00
|
|
|
register_services primary
|
|
|
|
|
2019-07-24 21:01:42 +00:00
|
|
|
gen_envoy_bootstrap s1 19000 primary
|
|
|
|
gen_envoy_bootstrap mesh-gateway 19002 primary true
|
|
|
|
retry_default docker_consul primary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=secondary" >/dev/null
|