8 lines
96 B
Bash
8 lines
96 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export REQUIRED_SERVICES="
|
||
|
s1 s1-sidecar-proxy
|
||
|
s2-v1
|
||
|
terminating-gateway-primary
|
||
|
"
|