Fixing invalid spacing in envoy yaml.
This commit is contained in:
parent
87e80f922f
commit
b0cc2ec29c
|
@ -30,8 +30,8 @@ static_resources:
|
|||
route:
|
||||
cluster: server-dev
|
||||
|
||||
- match: { prefix: "/app_" }
|
||||
route:
|
||||
- match: { prefix: "/app_" }
|
||||
route:
|
||||
cluster: server-dev
|
||||
|
||||
- match: { prefix: "/builder/" }
|
||||
|
|
Loading…
Reference in New Issue