apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: paaas-landing namespace: customer1 spec: parentRefs: - name: external-http-gateway kind: Gateway rules: - matches: - path: type: PathPrefix value: /paaas backendRefs: - name: paaas-landing-svc port: 80