Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BACK-2572] Add no index creation and no user events handler chart for shadowed cluster. #275

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Use correct metric / highwater address.
  • Loading branch information
lostlevels committed Nov 26, 2024
commit 2a1f6519c08b4dd251fb087d71c6bfc4e35e1b6b
2 changes: 1 addition & 1 deletion charts/tidepool/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Create environment variables used by all platform services.
name: dexcom
key: AuthorizeURL
- name: TIDEPOOL_METRIC_CLIENT_ADDRESS
value: "http://{{ include "hostname.internal" .}}"
value: "http://{{ .Values.global.hostnames.metric }}:{{ .Values.global.ports.highwater }}"
- name: TIDEPOOL_PERMISSION_CLIENT_ADDRESS
value: "http://{{ .Values.global.hostnames.gatekeeper }}:{{ .Values.global.ports.gatekeeper }}"
- name: TIDEPOOL_CONFIRMATION_CLIENT_ADDRESS
Expand Down