This commit is contained in:
sirius0xdev 2026-04-28 04:07:36 +00:00
parent fc44f9128c
commit f2d1badae4

View file

@ -1,7 +1,7 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: paas-landing
name: paaas-landing
namespace: customer1
spec:
parentRefs:
@ -11,8 +11,8 @@ spec:
- matches:
- path:
type: PathPrefix
value: /paas
value: /paaas
backendRefs:
- name: paas-landing-svc
- name: paaas-landing-svc
port: 80