File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22description : A Helm chart for Tidepool
33name : tidepool
4- version : 0.24.2
4+ version : 0.24.3
55maintainers :
66 - name : Todd Kazakov
77 email : todd@tidepool.org
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments