Skip to content

Commit

Permalink
also make meili toggleable
Browse files Browse the repository at this point in the history
  • Loading branch information
hofq authored Dec 12, 2024
1 parent ee9a0f3 commit e7a2998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/librechat/templates/configmap-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
{{- if .Values.librechat.configEnv }}
{{- toYaml .Values.librechat.configEnv | nindent 2 }}
{{- end }}
{{- if not (dig "configEnv" "MEILI_HOST" "" .Values.librechat) }}
{{- if and (not (dig "configEnv" "MEILI_HOST" "" .Values.librechat)) .Values.meilisearch.enabled }}
MEILI_HOST: http://{{ include "meilisearch.fullname" .Subcharts.meilisearch }}.{{ .Release.Namespace | lower }}.svc.cluster.local:7700
{{- end }}
{{- if and (not (dig "configEnv" "MONGO_URI" "" .Values.librechat)) .Values.mongodb.enabled }}
Expand Down

0 comments on commit e7a2998

Please sign in to comment.