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
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue