From 94811c019d1b617b793eedd9d86250448eb53ac7 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Tue, 28 Apr 2026 13:18:34 -0400 Subject: [PATCH] Update route.yaml --- infrastructure/gatewayapi/gateway-routes/route.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/infrastructure/gatewayapi/gateway-routes/route.yaml b/infrastructure/gatewayapi/gateway-routes/route.yaml index d241568..e641441 100644 --- a/infrastructure/gatewayapi/gateway-routes/route.yaml +++ b/infrastructure/gatewayapi/gateway-routes/route.yaml @@ -6,17 +6,16 @@ metadata: spec: parentRefs: - name: external-http-gateway + hostnames: + - paaas.siriusdevops.com + rules: - matches: - path: type: PathPrefix - value: /paaas - filters: - - type: URLRewrite - urlRewrite: - path: - type: ReplacePrefixMatch - replacePrefixMatch: / + value: / + + backendRefs: - name: paaas-landing-svc port: 80