Invalid syntax in Envoy configuration docs. (#5275)
This commit is contained in:
parent
b7a1a9fcf3
commit
945f4f355e
|
@ -196,8 +196,8 @@ service {
|
|||
name = "web-http-aware-proxy"
|
||||
port = 8080
|
||||
proxy {
|
||||
destination_service_name web
|
||||
destination_service_id web
|
||||
destination_service_name = "web"
|
||||
destination_service_id = "web"
|
||||
config {
|
||||
envoy_public_listener_json = <<EOL
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue