Skip to content

Commit c55e140

Browse files
committed
Fix api routing issue
1 parent acff2d9 commit c55e140

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

deployment/httproute.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ spec:
2222
- path:
2323
type: PathPrefix
2424
value: /api/
25+
filters:
26+
- type: URLRewrite
27+
urlRewrite:
28+
path:
29+
type: ReplacePrefixMatch
30+
replacePrefixMatch: /
2531
backendRefs:
2632
- name: backend
2733
port: 80

0 commit comments

Comments
 (0)