fix typo
This commit is contained in:
parent
fc44f9128c
commit
f2d1badae4
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue