mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-28 15:38:05 +02:00
port
This commit is contained in:
parent
e5ad3d4752
commit
79b4841cec
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ func (b *Builder) buildOutboundRoutes() []*envoy_config_route_v3.Route {
|
||||||
routes = append(routes, &envoy_config_route_v3.Route{
|
routes = append(routes, &envoy_config_route_v3.Route{
|
||||||
Name: "envoy-metrics",
|
Name: "envoy-metrics",
|
||||||
Match: &envoy_config_route_v3.RouteMatch{
|
Match: &envoy_config_route_v3.RouteMatch{
|
||||||
PathSpecifier: &envoy_config_route_v3.RouteMatch_Prefix{Prefix: "/stats/prometheus"},
|
PathSpecifier: &envoy_config_route_v3.RouteMatch_Prefix{Prefix: "/envoy/stats/prometheus"},
|
||||||
},
|
},
|
||||||
Action: &envoy_config_route_v3.Route_Route{
|
Action: &envoy_config_route_v3.Route_Route{
|
||||||
Route: &envoy_config_route_v3.RouteAction{
|
Route: &envoy_config_route_v3.RouteAction{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue