apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: searxng-route namespace: searxng spec: parentRefs: - group: gateway.networking.k8s.io kind: Gateway name: gateway-internal namespace: envoy-gateway sectionName: searxng hostnames: - "search.jsme.be" rules: - matches: - path: type: PathPrefix value: / backendRefs: - name: searxng port: 8080 kind: Service group: "" weight: 1