diff --git a/modules/signoz/resources-otel-ingress/http-route.yaml b/modules/signoz/resources-otel-ingress/http-route.yaml index efcbdbbc..ee17a213 100644 --- a/modules/signoz/resources-otel-ingress/http-route.yaml +++ b/modules/signoz/resources-otel-ingress/http-route.yaml @@ -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 \ No newline at end of file + value: / \ No newline at end of file