chore(chalice): fix sourcemaps s3 connection

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2023-11-27 19:06:33 +01:00
parent 6ae3ee1927
commit abfa4c6b47
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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 }}'