Skip to content

Commit ff3f6ac

Browse files
authored
[BACK-3478] Add route for device email notifications. (#343)
1 parent dd4a68b commit ff3f6ac

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

charts/tidepool/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: A Helm chart for Tidepool
33
name: tidepool
4-
version: 0.24.2
4+
version: 0.24.3
55
maintainers:
66
- name: Todd Kazakov
77
email: todd@tidepool.org

charts/tidepool/charts/clinic-worker/templates/1-deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ spec:
145145
optional: true
146146
- name: TIDEPOOL_EXPORT_CLIENT_ADDRESS
147147
value: "http://export:{{.Values.global.ports.export}}"
148+
- name: EMAIL_REMINDERS_INTERVAL
149+
valueFrom:
150+
configMapKeyRef:
151+
name: "clinic-worker"
152+
key: EmailRemindersInterval
153+
optional: true
148154
image: "{{ .Values.deployment.image }}"
149155
securityContext:
150156
{{- .Values.podSecurityContext | toYaml | nindent 10 }}

charts/tidepool/charts/data/templates/4-routetable.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,5 +429,13 @@ spec:
429429
single:
430430
upstream:
431431
name: data
432+
- matchers:
433+
- methods:
434+
- POST
435+
prefix: /v1/notifications/
436+
routeAction:
437+
single:
438+
upstream:
439+
name: data
432440
weight: 10
433441
{{- end }}

0 commit comments

Comments
 (0)