...

Text file src/sigs.k8s.io/gateway-api/examples/standard/multicluster/httproute-hybrid.yaml

Documentation: sigs.k8s.io/gateway-api/examples/standard/multicluster

     1#$ Used in:
     2#$ - geps/gep-1748.md
     3kind: HTTPRoute
     4apiVersion: gateway.networking.k8s.io/v1beta1
     5metadata:
     6  name: store
     7spec:
     8  parentRefs:
     9  - name: external-http
    10  rules:
    11  - backendRefs:
    12    - kind: Service
    13      name: store
    14      port: 8080
    15      weight: 90
    16    - group: multicluster.x-k8s.io
    17      kind: ServiceImport
    18      name: store-global
    19      port: 8080
    20      weight: 10

View as plain text