Skip to content

Commit ecdfaf9

Browse files
committed
fix: adding PathPrefix in httproute
Signed-off-by: dittops <dittops@gmail.com>
1 parent 2d263f2 commit ecdfaf9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/gateway/gateway-plugin/gateway-plugin.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ spec:
165165
- path:
166166
type: PathPrefix
167167
value: /v1/completions
168+
- path:
169+
type: PathPrefix
170+
value: /v1/embeddings
168171
backendRefs:
169172
- name: aibrix-gateway-plugins
170173
port: 50052

0 commit comments

Comments
 (0)