We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112b062 commit 5db671eCopy full SHA for 5db671e
charts/tidepool/templates/_helpers.tpl
@@ -86,7 +86,7 @@ Create environment variables used by all platform services.
86
name: dexcom
87
key: AuthorizeURL
88
- name: TIDEPOOL_METRIC_CLIENT_ADDRESS
89
- value: "http://{{ include "hostname.internal" .}}"
+ value: "http://{{ .Values.global.hostnames.metric }}:{{ .Values.global.ports.highwater }}"
90
- name: TIDEPOOL_PERMISSION_CLIENT_ADDRESS
91
value: "http://{{ .Values.global.hostnames.gatekeeper }}:{{ .Values.global.ports.gatekeeper }}"
92
- name: TIDEPOOL_CONFIRMATION_CLIENT_ADDRESS
0 commit comments