Invalid syntax in Envoy configuration docs. (#5275)

pull/5280/head
Gabriel Pérez S 6 years ago committed by Matt Keeler
parent a2fdfb917d
commit 80325189fc

@ -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…
Cancel
Save