mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 07:14:37 +00:00
1a9c86ea8f
A mesh gateway will now configure the filter chains for L7 exported services using the correct discovery chain information.
11 lines
193 B
Bash
11 lines
193 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
|