Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanuelCampos committed Oct 17, 2024
1 parent 6b5a3eb commit bf5239b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/llamacloud/templates/frontend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ spec:
value: 0.0.0.0
- name: BACKEND_URL
value: {{ printf "http://%s-%s:%d" (include "llamacloud.fullname" .) .Values.backend.name (.Values.backend.service.port | int) | quote }}
{{- if .Values.backend.config.qdrant.enabled }}
- name: NEXT_PUBLIC_BYOC_HAS_MANAGED_QDRANT
value: "true"
{{- end}}
{{- with .Values.frontend.extraEnvVariables }}
{{- toYaml . | nindent 10 }}
{{- end }}
Expand Down

0 comments on commit bf5239b

Please sign in to comment.