6 lines
85 B
Bash
6 lines
85 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eEuo pipefail
|
||
|
|
||
|
gen_envoy_bootstrap mesh-gateway 19000 primary true
|