chore(helm): Configure spots bucket name

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2024-09-12 21:02:13 +05:30
parent 38c2757d4a
commit 453892588f
2 changed files with 3 additions and 0 deletions

View file

@ -69,6 +69,8 @@ spec:
{{- else }}
value: {{ .Values.global.s3.secretKey }}
{{- end }}
- name: BUCKET_NAME
value: '{{ .Values.global.s3.spotsBucket }}'
- name: AWS_REGION
value: '{{ .Values.global.s3.region }}'
- name: AWS_ENDPOINT

View file

@ -134,6 +134,7 @@ global:
assetsBucket: "sessions-assets"
recordingsBucket: "mobs"
sourcemapsBucket: "sourcemaps"
spotsBucket: "spots"
# This is only for enterpriseEdition
quickwitBucket: "quickwit"
assistRecordsBucket: "records"