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