2020-04-14 15:13:58 -06:00
|
|
|
#!/bin/bash
|
|
|
|
|
2020-04-20 13:42:33 -06:00
|
|
|
# There is no sidecar proxy for s2-v1, since the terminating gateway acts as the proxy
|
2020-04-14 15:13:58 -06:00
|
|
|
export REQUIRED_SERVICES="
|
|
|
|
s1 s1-sidecar-proxy
|
|
|
|
s2-v1
|
|
|
|
terminating-gateway-primary
|
|
|
|
"
|