Skip to content

Commit

Permalink
Remove unused jellyfish routes
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickburns committed Sep 15, 2020
1 parent b251bd5 commit f507bf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 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.7.48
version: 0.7.49
maintainers:
- name: Derrick Burns
email: derrick@tidepool.org
Expand Down
24 changes: 0 additions & 24 deletions charts/tidepool/charts/jellyfish/templates/4-routetable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,6 @@ metadata:
app: tidepool
spec:
routes:
- matchers:
- methods:
- POST
prefix: /v1/device/upload/cl
routeAction:
single:
upstream:
name: jellyfish
- matchers:
- methods:
- GET
prefix: /v1/device/data/
routeAction:
single:
upstream:
name: jellyfish
- matchers:
- methods:
- GET
prefix: /v1/synctasks/
routeAction:
single:
upstream:
name: jellyfish
- matchers:
- methods:
- POST
Expand Down

0 comments on commit f507bf8

Please sign in to comment.