Krishna Ramachandra
08/24/2024, 9:02 PMistio
GatewayClass.
The HttpRoute is as below.
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: signoz-fe
namespace: test-platform
spec:
parentRefs:
- name: test-gateway
namespace: istio-ingress
rules:
- matches:
- path:
type: PathPrefix
value: /signoz
filters:
- type: URLRewrite
urlRewrite:
path:
type: ReplacePrefixMatch
replacePrefixMatch: /
backendRefs:
- name: signoz-frontend
port: 3301