ba667221a5
* Fix resolution of service resolvers with subsets for external upstreams * Add tests * Add changelog entry * Update view filter logic
10 lines
203 B
Bash
10 lines
203 B
Bash
#!/bin/bash
|
|
|
|
# There is no sidecar proxy for s2-v1, since the terminating gateway acts as the proxy
|
|
export REQUIRED_SERVICES="
|
|
s1 s1-sidecar-proxy
|
|
s2-v1
|
|
s3 s3-sidecar-proxy
|
|
terminating-gateway-primary
|
|
"
|