Skip to content

Commit e7f5e1b

Browse files
committed
Point svc that directly talk to seagull to auth.
Svc.
1 parent 190c254 commit e7f5e1b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

charts/tidepool/charts/clinic-worker/templates/1-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
- name: TIDEPOOL_AUTH_CLIENT_ADDRESS
5353
value: "http://shoreline:{{.Values.global.ports.shoreline}}"
5454
- name: TIDEPOOL_SEAGULL_CLIENT_ADDRESS
55-
value: "http://seagull:{{.Values.global.ports.seagull}}"
55+
value: "http://auth:{{.Values.global.ports.auth}}/metadata"
5656
- name: TIDEPOOL_GATEKEEPER_CLIENT_ADDRESS
5757
value: "http://gatekeeper:{{.Values.global.ports.gatekeeper}}"
5858
- name: TIDEPOOL_CLINIC_CLIENT_ADDRESS

charts/tidepool/charts/clinic/templates/1-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
- name: TIDEPOOL_SHORELINE_CLIENT_ADDRESS
6767
value: "http://shoreline:{{.Values.global.ports.shoreline}}"
6868
- name: TIDEPOOL_SEAGULL_CLIENT_ADDRESS
69-
value: "http://seagull:{{.Values.global.ports.seagull}}"
69+
value: "http://auth:{{.Values.global.ports.auth}}/metadata"
7070
- name: TIDEPOOL_GATEKEEPER_CLIENT_ADDRESS
7171
value: "http://gatekeeper:{{.Values.global.ports.gatekeeper}}"
7272
- name: TIDEPOOL_REDOX_VERIFICATION_TOKEN

charts/tidepool/charts/hydrophone/templates/1-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
- name: TIDEPOOL_DATA_CLIENT_ADDRESS
7979
value: "http://data:{{.Values.global.ports.data}}"
8080
- name: TIDEPOOL_SEAGULL_CLIENT_ADDRESS
81-
value: "http://seagull:{{.Values.global.ports.seagull}}"
81+
value: "http://auth:{{.Values.global.ports.auth}}/metadata"
8282
- name: TIDEPOOL_PERMISSION_CLIENT_ADDRESS
8383
value: "http://gatekeeper:{{.Values.global.ports.gatekeeper}}"
8484
- name: TIDEPOOL_METRICS_CLIENT_ADDRESS

charts/tidepool/charts/jellyfish/templates/1-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
- name: TIDEPOOL_AUTH_CLIENT_ADDRESS
7777
value: "shoreline:{{.Values.global.ports.shoreline}}"
7878
- name: TIDEPOOL_SEAGULL_CLIENT_ADDRESS
79-
value: "seagull:{{.Values.global.ports.seagull}}"
79+
value: "auth:{{.Values.global.ports.auth}}/metadata"
8080
- name: TIDEPOOL_PERMISSION_CLIENT_ADDRESS
8181
value: "gatekeeper:{{.Values.global.ports.gatekeeper}}"
8282
image: "{{ .Values.deployment.image }}"

charts/tidepool/charts/shoreline/templates/1-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ spec:
144144
- name: TIDEPOOL_AUTH_CLIENT_ADDRESS
145145
value: "http://shoreline:{{.Values.global.ports.shoreline}}"
146146
- name: TIDEPOOL_SEAGULL_CLIENT_ADDRESS
147-
value: "http://seagull:{{.Values.global.ports.seagull}}"
147+
value: "http://auth:{{.Values.global.ports.auth}}/metadata"
148148
- name: TIDEPOOL_PERMISSION_CLIENT_ADDRESS
149149
value: "http://gatekeeper:{{.Values.global.ports.gatekeeper}}"
150150
- name: TIDEPOOL_METRICS_CLIENT_ADDRESS

charts/tidepool/charts/tidewhisperer/templates/1-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
"host": "hakken",
7979
"skipHakken": true
8080
},
81-
"seagull": {"serviceSpec": {"type": "static", "hosts": ["http://seagull:{{.Values.global.ports.seagull}}"]}},
81+
"seagull": {"serviceSpec": {"type": "static", "hosts": ["http://auth:{{.Values.global.ports.auth}}/metadata"]}},
8282
"shoreline": {
8383
"name": "tide-whisperer",
8484
"serviceSpec": {"type": "static", "hosts": ["http://shoreline:{{.Values.global.ports.shoreline}}"]},

0 commit comments

Comments
 (0)