{ "nonce": "00000001", "resources": [ { "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "db", "validateClusters": true, "virtualHosts": [ { "domains": [ "*" ], "name": "db", "routes": [ { "match": { "prefix": "/split" }, "route": { "weightedClusters": { "clusters": [ { "name": "exported~alt.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "weight": 6000 }, { "name": "exported~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "weight": 4000 } ] } } }, { "match": { "prefix": "/api" }, "route": { "cluster": "exported~v2.api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } }, { "match": { "prefix": "/" }, "route": { "cluster": "exported~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } } ] } ] } ], "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "versionInfo": "00000001" }