Skip to content

Commit d663391

Browse files
feat: Add new HTTP route for query service
- Introduced a new path prefix '/_query/' in the httproute.yaml for the query service, enhancing routing capabilities. Jira Ticket: https://linuxfoundation.atlassian.net/browse/LFXV2-197 Signed-off-by: Mauricio Zanetti Salomao <mauriciozanetti86@gmail.com>
1 parent a91c877 commit d663391

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/lfx-v2-query-service/templates/httproute.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ spec:
4444
- path:
4545
type: PathPrefix
4646
value: /query/resources
47+
- path:
48+
type: PathPrefix
49+
value: /_query/
4750
{{- if .Values.heimdall.enabled }}
4851
filters:
4952
- type: ExtensionRef

0 commit comments

Comments
 (0)