Skip to content

Commit

Permalink
Renamed env variables for hydrophone
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickburns committed Sep 14, 2020
1 parent 45a5138 commit bdb32aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/tidepool/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Tidepool
name: tidepool
version: 0.7.40
version: 0.7.41
maintainers:
- name: Derrick Burns
email: derrick@tidepool.org
Expand Down
24 changes: 12 additions & 12 deletions charts/tidepool/charts/hydrophone/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@ spec:
containers:
- env:
{{ include "charts.mongo.params" .}}
- name: HYDROPHONE_ASSET_URL
value: {{ include "charts.hydrophone.s3.url" . | quote }}
- name: HYDROPHONE_WEB_URL
value: {{ include "charts.host.app" . | quote }}
- name: SES_REGION
value: {{.Values.global.region | quote }}
- name: SES_FROM_ADDRESS
value: "{{.Values.deployment.env.fromAddress}}"
- name: SERVICE_LISTEN_ADDRESS
value: ":{{ .Values.global.ports.hydrophone }}"
- name: TIDEPOOL_STORE_DATABASE
value: confirm
- name: SERVER_SECRET
- name: TIDEPOOL_SERVER_SECRET
valueFrom:
secretKeyRef:
name: server
key: ServiceAuth
- name: AWS_REGION
value: {{.Values.global.region | quote }}
- name: ASSET_URL
value: {{ include "charts.hydrophone.s3.url" . | quote }}
- name: FROM_ADDRESS
value: "{{.Values.deployment.env.fromAddress}}"
- name: WEB_URL
value: {{ include "charts.host.app" . | quote }}
- name: SERVICE_LISTEN_ADDRESS
value: ":{{ .Values.global.ports.hydrophone }}"
- name: TIDEPOOL_AUTH_CLIENT_ADDRESS
value: "http://shoreline:{{.Values.global.ports.shoreline}}"
- name: TIDEPOOL_SEAGULL_CLIENT_ADDRESS
Expand All @@ -68,7 +68,7 @@ spec:
value: "http://gatekeeper:{{.Values.global.ports.gatekeeper}}"
- name: TIDEPOOL_METRICS_CLIENT_ADDRESS
value: "http://highwater:{{.Values.global.ports.highwater}}"
- name: PROTOCOL
- name: TIDEPOOL_PROTOCOL
value: "{{ .Values.global.gateway.default.protocol }}"
# DEPRECATED - will be removed
- name: PUBLISH_HOST
Expand Down

0 comments on commit bdb32aa

Please sign in to comment.