mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
aca2c5de3f
Additionally: - wait for bootstrap config entries to be applied - run the verify container in the host's PID namespace so we can kill envoys without mounting the docker socket * assert that we actually send HEALTHY and UNHEALTHY endpoints down in EDS during failover
14 lines
131 B
HCL
14 lines
131 B
HCL
services {
|
|
id = "s2-v2"
|
|
name = "s2"
|
|
port = 8183
|
|
|
|
meta {
|
|
version = "v2"
|
|
}
|
|
|
|
connect {
|
|
sidecar_service {}
|
|
}
|
|
}
|