You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/test/integration/connect/envoy/case-terminating-gateway-ho.../config_entries.hcl

18 lines
257 B

config_entries {
bootstrap {
kind = "terminating-gateway"
name = "terminating-gateway"
services = [
{
name = "s4"
}
]
}
bootstrap {
kind = "service-defaults"
name = "s4"
protocol = "http"
}
}