Update route.yaml
This commit is contained in:
parent
d9048a7014
commit
94811c019d
1 changed files with 6 additions and 7 deletions
|
|
@ -6,17 +6,16 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
parentRefs:
|
parentRefs:
|
||||||
- name: external-http-gateway
|
- name: external-http-gateway
|
||||||
|
hostnames:
|
||||||
|
- paaas.siriusdevops.com
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
- matches:
|
- matches:
|
||||||
- path:
|
- path:
|
||||||
type: PathPrefix
|
type: PathPrefix
|
||||||
value: /paaas
|
value: /
|
||||||
filters:
|
|
||||||
- type: URLRewrite
|
|
||||||
urlRewrite:
|
|
||||||
path:
|
|
||||||
type: ReplacePrefixMatch
|
|
||||||
replacePrefixMatch: /
|
|
||||||
backendRefs:
|
backendRefs:
|
||||||
- name: paaas-landing-svc
|
- name: paaas-landing-svc
|
||||||
port: 80
|
port: 80
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue