1apiVersion: gateway.networking.k8s.io/v1beta1 2kind: HTTPRoute 3metadata: 4 name: portless-service 5spec: 6 parentRefs: 7 - name: prod-web 8 rules: 9 - backendRefs: 10 - name: foo 11 kind: Service 12 group: ""
View as plain text