mirror of
https://github.com/status-im/consul.git
synced 2025-01-23 03:59:18 +00:00
b64674623e
* copyright headers for agent folder
13 lines
271 B
Bash
13 lines
271 B
Bash
#!/bin/bash
|
|
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
|
# 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
|
|
"
|