open-consul/agent/xds/testdata/routes/ingress-lb-in-resolver.envo...

68 lines
1.9 KiB
Plaintext
Raw Normal View History

2020-08-28 20:27:40 +00:00
{
"versionInfo": "00000001",
"resources": [
{
"@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration",
2020-08-28 20:27:40 +00:00
"name": "9191",
"virtualHosts": [
{
"name": "db",
"domains": [
"db.ingress.*",
"db.ingress.*:9191"
],
"routes": [
{
"match": {
"prefix": "/"
},
"route": {
"weightedClusters": {
"clusters": [
{
"name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
"weight": 9550
},
{
"name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
"weight": 450
}
],
"totalWeight": 10000
},
"hashPolicy": [
{
"cookie": {
"name": "chocolate-chip"
},
"terminal": true
},
2020-09-12 00:34:03 +00:00
{
"cookie": {
"name": "chocolate-chip",
"ttl": "0s"
}
},
2020-08-28 20:27:40 +00:00
{
"header": {
"headerName": "x-user-id"
}
},
{
"connectionProperties": {
"sourceIp": true
},
"terminal": true
}
]
}
}
]
}
],
"validateClusters": true
}
],
"typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration",
2020-08-28 20:27:40 +00:00
"nonce": "00000001"
}