Skip to content

Commit

Permalink
chore(chalice): fix sourcemaps s3 connection
Browse files Browse the repository at this point in the history
Signed-off-by: rjshrjndrn <[email protected]>
  • Loading branch information
rjshrjndrn committed Nov 27, 2023
1 parent ff0e5ef commit b63fc0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
- name: ch_port
value: "{{ .Values.global.clickhouse.service.webPort }}"
- name: sourcemaps_reader
value: "http://sourcemapreader-openreplay.{{.Release.Namespace}}.{{.Values.global.clusterDomain}}:9000/sourcemaps/%s/sourcemaps"
value: "http://sourcemapreader-openreplay.{{.Release.Namespace}}.{{.Values.global.clusterDomain}}:9000/%s/sourcemaps"
- name: ASSIST_URL
value: "http://assist-openreplay.{{.Release.Namespace}}.{{.Values.global.clusterDomain}}:9001/assist/%s"
- name: ASSIST_JWT_SECRET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ spec:
- name: {{ $key }}
value: '{{ $val }}'
{{- end }}
- name: AWS_ACCESS_KEY_ID
- name: S3_HOST
value: {{ .Values.global.s3.endpoint }}
- name: S3_KEY
value: {{ .Values.global.s3.accessKey }}
- name: AWS_SECRET_ACCESS_KEY
- name: S3_SECRET
value: {{ .Values.global.s3.secretKey }}
- name: AWS_REGION
value: '{{ .Values.global.s3.region }}'
Expand Down

0 comments on commit b63fc0b

Please sign in to comment.