gcloud-lab/infrastructure/gatewayapi/gateway-routes/route.yaml

23 lines
442 B
YAML
Raw Normal View History

2026-04-28 03:31:52 +00:00
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
2026-04-28 04:30:14 +00:00
name: paaas-landing
2026-04-28 03:31:52 +00:00
namespace: customer1
spec:
parentRefs:
2026-04-28 04:30:14 +00:00
- name: external-http-gateway
2026-04-28 03:31:52 +00:00
rules:
- matches:
- path:
type: PathPrefix
2026-04-28 04:30:14 +00:00
value: /paaas
filters:
- type: URLRewrite
urlRewrite:
path:
type: ReplacePrefixMatch
replacePrefixMatch: /
2026-04-28 03:31:52 +00:00
backendRefs:
2026-04-28 04:30:14 +00:00
- name: paaas-landing-svc
port: 80