Skip to content

Commit

Permalink
[BACK-3011] Route /v1/device_logs prefix to blob upstream. (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostlevels authored Oct 9, 2024
1 parent 050e6c2 commit a832baf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tidepool/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Tidepool
name: tidepool
version: 0.16.7
version: 0.16.8
maintainers:
- name: Todd Kazakov
email: [email protected]
Expand Down
10 changes: 9 additions & 1 deletion charts/tidepool/charts/blob/templates/4-routetable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,15 @@ spec:
- methods:
- GET
- POST
regex: /v1/users/[^/]+/device_logs.*
regex: /v1/users/[^/]+/device_logs
routeAction:
single:
upstream:
name: blob
- matchers:
- methods:
- GET
prefix: /v1/device_logs
routeAction:
single:
upstream:
Expand Down

0 comments on commit a832baf

Please sign in to comment.