sigs.k8s.io/gateway-api@v1.0.0/conformance/tests/httproute-backend-protocol-ws.yaml (about)

     1  apiVersion: gateway.networking.k8s.io/v1
     2  kind: HTTPRoute
     3  metadata:
     4    name: backend-protocol-ws
     5    namespace: gateway-conformance-infra
     6  spec:
     7    parentRefs:
     8    - name: same-namespace
     9    rules:
    10    - backendRefs:
    11      # This points to a Service with the following ServicePort
    12      # - name: third-port
    13      #   appProtocol: kubernetes.io/ws
    14      #   protocol: TCP
    15      #   port: 8082
    16      #   targetPort: 3000
    17      - name: infra-backend-v1
    18        port: 8082