Skip to content

Commit 34ee0d2

Browse files
authored
Merge pull request #112 from linuxfoundation/andrest50/fix-httproute
[LFXV2-1043] Update HTTPRoute to use specific ITX endpoint paths
2 parents 504e75f + 4c78faa commit 34ee0d2

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

charts/lfx-v2-meeting-service/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ apiVersion: v2
55
name: lfx-v2-meeting-service
66
description: LFX Platform V2 Meeting Service chart
77
type: application
8-
version: 0.6.2
8+
version: 0.6.3
99
appVersion: "latest"

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

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,17 @@ spec:
1515
hostnames:
1616
- "lfx-api.{{ .Values.lfx.domain }}"
1717
rules:
18-
# Main application endpoints (with authentication)
18+
# ITX proxy endpoints and OpenAPI documentation
1919
- matches:
20-
- path:
21-
type: Exact
22-
value: /meetings
2320
- path:
2421
type: PathPrefix
25-
value: /meetings/
26-
- path:
27-
type: Exact
28-
value: /past_meetings
22+
value: /itx/meetings
2923
- path:
3024
type: PathPrefix
31-
value: /past_meetings/
25+
value: /itx/past_meetings
3226
- path:
33-
type: PathPrefix
34-
value: /webhooks/
27+
type: Exact
28+
value: /itx/meeting_count
3529
- path:
3630
type: PathPrefix
3731
value: /_meetings/

0 commit comments

Comments
 (0)