mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 18:38:19 +00:00
12 lines
231 B
Bash
12 lines
231 B
Bash
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
register_services primary
|
|
|
|
gen_envoy_bootstrap s1 19000 primary
|
|
gen_envoy_bootstrap mesh-gateway 19001 primary true
|
|
|
|
wait_for_config_entry proxy-defaults global
|
|
wait_for_config_entry mesh mesh alpha
|