open-consul/test/integration/connect/envoy/case-terminating-gateway-ho.../config_entries.hcl

18 lines
257 B
HCL

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