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