diff --git a/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-17-x.golden b/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-17-x.golden index d228a0cdb5..cc49c907cc 100644 --- a/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-17-x.golden +++ b/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-17-x.golden @@ -16,8 +16,8 @@ "prefix": "/" }, "route": { - "autoHostRewrite": true, "cluster": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "autoHostRewrite": true, "hashPolicy": [ { "cookie": { @@ -59,8 +59,8 @@ "prefix": "/" }, "route": { - "autoHostRewrite": true, "cluster": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "autoHostRewrite": true, "hashPolicy": [ { "cookie": { @@ -102,8 +102,8 @@ "prefix": "/" }, "route": { - "autoHostRewrite": true, "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "autoHostRewrite": true, "hashPolicy": [ { "cookie": { @@ -133,4 +133,4 @@ ], "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" -} +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/terminating-gateway-lb-config.v2compat.envoy-1-17-x.golden b/agent/xds/testdata/routes/terminating-gateway-lb-config.v2compat.envoy-1-17-x.golden index 940fac7bb7..e1c4069d34 100644 --- a/agent/xds/testdata/routes/terminating-gateway-lb-config.v2compat.envoy-1-17-x.golden +++ b/agent/xds/testdata/routes/terminating-gateway-lb-config.v2compat.envoy-1-17-x.golden @@ -16,8 +16,8 @@ "prefix": "/" }, "route": { - "autoHostRewrite": true, "cluster": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "autoHostRewrite": true, "hashPolicy": [ { "cookie": { @@ -59,8 +59,8 @@ "prefix": "/" }, "route": { - "autoHostRewrite": true, "cluster": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "autoHostRewrite": true, "hashPolicy": [ { "cookie": { @@ -102,8 +102,8 @@ "prefix": "/" }, "route": { - "autoHostRewrite": true, "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "autoHostRewrite": true, "hashPolicy": [ { "cookie": { @@ -133,4 +133,4 @@ ], "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", "nonce": "00000001" -} +} \ No newline at end of file