mirror of https://github.com/hashicorp/consul
fixing tests after bug fix in main
parent
eb8e27cc48
commit
de5a7c0e11
|
@ -106,16 +106,16 @@
|
|||
"direction": "DIRECTION_INBOUND",
|
||||
"hostPort": {
|
||||
"host": "10.0.0.1",
|
||||
"port": 9090
|
||||
"port": 1234
|
||||
},
|
||||
"name": "exposed_path_health",
|
||||
"name": "exposed_path_health1234",
|
||||
"routers": [
|
||||
{
|
||||
"l7": {
|
||||
"route": {
|
||||
"name": "exposed_path_filter_health_1234"
|
||||
"name": "exposed_path_route_health1234"
|
||||
},
|
||||
"statPrefix": "exposed_path_filter_health_1234",
|
||||
"statPrefix": "exposed_path_route_health1234",
|
||||
"staticRoute": true
|
||||
}
|
||||
}
|
||||
|
@ -125,17 +125,17 @@
|
|||
"direction": "DIRECTION_INBOUND",
|
||||
"hostPort": {
|
||||
"host": "10.0.0.1",
|
||||
"port": 9091
|
||||
"port": 1235
|
||||
},
|
||||
"name": "exposed_path_GetHealth",
|
||||
"name": "exposed_path_GetHealth1235",
|
||||
"routers": [
|
||||
{
|
||||
"l7": {
|
||||
"protocol": "L7_PROTOCOL_HTTP2",
|
||||
"route": {
|
||||
"name": "exposed_path_filter_GetHealth_1235"
|
||||
"name": "exposed_path_route_GetHealth1235"
|
||||
},
|
||||
"statPrefix": "exposed_path_filter_GetHealth_1235",
|
||||
"statPrefix": "exposed_path_route_GetHealth1235",
|
||||
"staticRoute": true
|
||||
}
|
||||
}
|
||||
|
@ -143,13 +143,13 @@
|
|||
}
|
||||
],
|
||||
"routes": {
|
||||
"exposed_path_filter_GetHealth_1235": {
|
||||
"exposed_path_route_GetHealth1235": {
|
||||
"virtualHosts": [
|
||||
{
|
||||
"domains": [
|
||||
"*"
|
||||
],
|
||||
"name": "exposed_path_filter_GetHealth_1235",
|
||||
"name": "exposed_path_route_GetHealth1235",
|
||||
"routeRules": [
|
||||
{
|
||||
"destination": {
|
||||
|
@ -167,13 +167,13 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"exposed_path_filter_health_1234": {
|
||||
"exposed_path_route_health1234": {
|
||||
"virtualHosts": [
|
||||
{
|
||||
"domains": [
|
||||
"*"
|
||||
],
|
||||
"name": "exposed_path_filter_health_1234",
|
||||
"name": "exposed_path_route_health1234",
|
||||
"routeRules": [
|
||||
{
|
||||
"destination": {
|
||||
|
|
|
@ -168,16 +168,16 @@
|
|||
"direction": "DIRECTION_INBOUND",
|
||||
"hostPort": {
|
||||
"host": "10.0.0.1",
|
||||
"port": 9090
|
||||
"port": 1234
|
||||
},
|
||||
"name": "exposed_path_health",
|
||||
"name": "exposed_path_health1234",
|
||||
"routers": [
|
||||
{
|
||||
"l7": {
|
||||
"route": {
|
||||
"name": "exposed_path_filter_health_1234"
|
||||
"name": "exposed_path_route_health1234"
|
||||
},
|
||||
"statPrefix": "exposed_path_filter_health_1234",
|
||||
"statPrefix": "exposed_path_route_health1234",
|
||||
"staticRoute": true
|
||||
}
|
||||
}
|
||||
|
@ -187,17 +187,17 @@
|
|||
"direction": "DIRECTION_INBOUND",
|
||||
"hostPort": {
|
||||
"host": "10.0.0.1",
|
||||
"port": 9091
|
||||
"port": 1235
|
||||
},
|
||||
"name": "exposed_path_GetHealth",
|
||||
"name": "exposed_path_GetHealth1235",
|
||||
"routers": [
|
||||
{
|
||||
"l7": {
|
||||
"protocol": "L7_PROTOCOL_HTTP2",
|
||||
"route": {
|
||||
"name": "exposed_path_filter_GetHealth_1235"
|
||||
"name": "exposed_path_route_GetHealth1235"
|
||||
},
|
||||
"statPrefix": "exposed_path_filter_GetHealth_1235",
|
||||
"statPrefix": "exposed_path_route_GetHealth1235",
|
||||
"staticRoute": true
|
||||
}
|
||||
}
|
||||
|
@ -205,13 +205,13 @@
|
|||
}
|
||||
],
|
||||
"routes": {
|
||||
"exposed_path_filter_GetHealth_1235": {
|
||||
"exposed_path_route_GetHealth1235": {
|
||||
"virtualHosts": [
|
||||
{
|
||||
"domains": [
|
||||
"*"
|
||||
],
|
||||
"name": "exposed_path_filter_GetHealth_1235",
|
||||
"name": "exposed_path_route_GetHealth1235",
|
||||
"routeRules": [
|
||||
{
|
||||
"destination": {
|
||||
|
@ -229,13 +229,13 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"exposed_path_filter_health_1234": {
|
||||
"exposed_path_route_health1234": {
|
||||
"virtualHosts": [
|
||||
{
|
||||
"domains": [
|
||||
"*"
|
||||
],
|
||||
"name": "exposed_path_filter_health_1234",
|
||||
"name": "exposed_path_route_health1234",
|
||||
"routeRules": [
|
||||
{
|
||||
"destination": {
|
||||
|
|
Loading…
Reference in New Issue