Skip to content

Commit

Permalink
update TestEnvoyExtenderWithSnapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Nov 3, 2023
1 parent 54bbcb5 commit 6b56337
Showing 1 changed file with 0 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,32 +1,5 @@
{
"nonce": "00000001",
"resources": [
{
"@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration",
"mostSpecificHeaderMutationsWins": true,
"name": "db",
"validateClusters": true,
"virtualHosts": [
{
"domains": [
"*"
],
"name": "db",
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
"timeout": "33s"
}
}
]
}
]
}
],
"typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration",
"versionInfo": "00000001"
}

0 comments on commit 6b56337

Please sign in to comment.