We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2072244 commit e833dfeCopy full SHA for e833dfe
src/frontendproxy/envoy.tmpl.yaml
@@ -45,7 +45,7 @@ static_resources:
45
route: { cluster: jaeger }
46
- match: { prefix: "/grafana" }
47
route: { cluster: grafana }
48
- - match: { prefix: "/images" }
+ - match: { prefix: "/images/" }
49
route: { cluster: imageprovider, prefix_rewrite: "/" }
50
- match: { prefix: "/" }
51
route: { cluster: frontend }
0 commit comments