Skip to content

Commit

Permalink
correct timeout for new summary backfill paths (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roukoswarf authored Jun 14, 2024
1 parent ee1909a commit 44a7e95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
4 changes: 2 additions & 2 deletions 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.3
version: 0.16.4
maintainers:
- name: Todd Kazakov
email: [email protected]
Expand All @@ -10,6 +10,6 @@ icon: https://www.tidepool.org/static/media/tidepool-t-logo.41feef82.png
home: https://github.com/tidepool-org/development/charts
dependencies:
- name: keycloak
version: 0.4.1
version: 0.4.2
repository: "file://../keycloak"
condition: keycloak.enabled
14 changes: 2 additions & 12 deletions charts/tidepool/charts/data/templates/4-routetable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,23 +378,13 @@ spec:
- matchers:
- methods:
- POST
exact: '/v1/summaries/cgm'
prefix: /v1/summaries/backfill
routeAction:
single:
upstream:
name: data
options:
timeout: "300s"
- matchers:
- methods:
- POST
exact: '/v1/summaries/bgm'
routeAction:
single:
upstream:
name: data
options:
timeout: "300s"
timeout: "900s"
- matchers:
- methods:
- GET
Expand Down

0 comments on commit 44a7e95

Please sign in to comment.