Skip to content

Commit

Permalink
Use root prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Dec 3, 2024
1 parent 1e9e1cb commit 30947fe
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions modules/signoz/resources-otel-ingress/http-route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,7 @@ spec:
namespace: signoz
port: 3301
weight: 1
filters:
- type: URLRewrite
urlRewrite:
path:
type: ReplacePrefixMatch
replacePrefixMatch: /
matches:
- path:
type: PathPrefix
value: /telemetry/ui
- backendRefs:
- group: ""
kind: Service
name: signoz-frontend
namespace: signoz
port: 3301
weight: 1
matches:
- path:
type: Exact
value: /
- headers:
- name: Referer
value: https://dev.sagedpe.org/telemetry/ui
value: /

0 comments on commit 30947fe

Please sign in to comment.