...

Text file src/sigs.k8s.io/gateway-api/examples/standard/http-rewrite.yaml

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

     1apiVersion: gateway.networking.k8s.io/v1beta1
     2kind: HTTPRoute
     3metadata:
     4  name: http-filter-1
     5  namespace: gateway-api-example-ns1
     6spec:
     7  parentRefs:
     8  - name: my-filter-gateway
     9    sectionName: http
    10  hostnames:
    11  - my-filter.example.com
    12  rules:
    13  - filters:
    14    - type: URLRewrite
    15      urlRewrite:
    16        path:
    17          type: ReplaceFullPath
    18          replaceFullPath: /foo

View as plain text