Skip to content

Commit 5db671e

Browse files
committed
Use correct metric / highwater address.
1 parent 112b062 commit 5db671e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/tidepool/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Create environment variables used by all platform services.
8686
name: dexcom
8787
key: AuthorizeURL
8888
- name: TIDEPOOL_METRIC_CLIENT_ADDRESS
89-
value: "http://{{ include "hostname.internal" .}}"
89+
value: "http://{{ .Values.global.hostnames.metric }}:{{ .Values.global.ports.highwater }}"
9090
- name: TIDEPOOL_PERMISSION_CLIENT_ADDRESS
9191
value: "http://{{ .Values.global.hostnames.gatekeeper }}:{{ .Values.global.ports.gatekeeper }}"
9292
- name: TIDEPOOL_CONFIRMATION_CLIENT_ADDRESS

0 commit comments

Comments
 (0)