Skip to content

Commit

Permalink
Update stackdriver config with edges (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarjog authored and istio-testing committed Nov 18, 2019
1 parent 44089f7 commit a5279f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/stackdriver/testdata/stackdriver_filter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
config:
root_id: stackdriver_outbound
configuration: |
{}
{"enable_mesh_edges_reporting": false, "meshEdgesReportingDuration": "600s"}
vm_config:
vm_id: stackdriver_outbound
runtime: envoy.wasm.runtime.null
Expand All @@ -44,7 +44,7 @@ spec:
config:
root_id: stackdriver_inbound
configuration: |
{}
{"enable_mesh_edges_reporting": false, "meshEdgesReportingDuration": "600s"}
vm_config:
vm_id: stackdriver_inbound
runtime: envoy.wasm.runtime.null
Expand All @@ -67,7 +67,7 @@ spec:
config:
root_id: stackdriver_outbound
configuration: |
{"disable_host_header_fallback": true}
{"enable_mesh_edges_reporting": false, "meshEdgesReportingDuration": "600s", "disable_host_header_fallback": true}
vm_config:
vm_id: stackdriver_outbound
runtime: envoy.wasm.runtime.null
Expand Down

0 comments on commit a5279f6

Please sign in to comment.