gcloud-lab/infrastructure/gatewayapi/gateway-routes/route.yaml
2026-04-28 03:31:52 +00:00

18 lines
332 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: paas-landing
namespace: customer1
spec:
parentRefs:
- name: external-http-gateway
kind: Gateway
rules:
- matches:
- path:
type: PathPrefix
value: /paas
backendRefs:
- name: paas-landing-svc
port: 80