apiVersion: gateway.networking.k8s.io/v1beta1 kind: HTTPRoute metadata: name: bar spec: parentRefs: - name: example-gateway sectionName: https hostnames: - bar.example.com rules: - matches: - path: type: PathPrefix value: / backendRefs: - name: bar-app port: 80