diff --git a/charts/tidepool/Chart.yaml b/charts/tidepool/Chart.yaml index 0769b39f..ce693570 100644 --- a/charts/tidepool/Chart.yaml +++ b/charts/tidepool/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: A Helm chart for Tidepool name: tidepool -version: 0.24.2 +version: 0.24.3 maintainers: - name: Todd Kazakov email: todd@tidepool.org diff --git a/charts/tidepool/charts/clinic-worker/templates/1-deployment.yaml b/charts/tidepool/charts/clinic-worker/templates/1-deployment.yaml index 25f5b624..14f5e7b7 100644 --- a/charts/tidepool/charts/clinic-worker/templates/1-deployment.yaml +++ b/charts/tidepool/charts/clinic-worker/templates/1-deployment.yaml @@ -145,6 +145,12 @@ spec: optional: true - name: TIDEPOOL_EXPORT_CLIENT_ADDRESS value: "http://export:{{.Values.global.ports.export}}" + - name: EMAIL_REMINDERS_INTERVAL + valueFrom: + configMapKeyRef: + name: "clinic-worker" + key: EmailRemindersInterval + optional: true image: "{{ .Values.deployment.image }}" securityContext: {{- .Values.podSecurityContext | toYaml | nindent 10 }} diff --git a/charts/tidepool/charts/data/templates/4-routetable.yaml b/charts/tidepool/charts/data/templates/4-routetable.yaml index 80338c1f..ae2fd3ba 100644 --- a/charts/tidepool/charts/data/templates/4-routetable.yaml +++ b/charts/tidepool/charts/data/templates/4-routetable.yaml @@ -429,5 +429,13 @@ spec: single: upstream: name: data + - matchers: + - methods: + - POST + prefix: /v1/notifications/ + routeAction: + single: + upstream: + name: data weight: 10 {{- end }}