Open didlawowo opened 2 months ago
hi @didlawowo can we hop on a call to debug this issue and understand what you need / how to repro this ? my cal for your convenience: https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat my linkedin if you prefer DMs: https://www.linkedin.com/in/reffajnaahsi/
hi @didlawowo following up on this. I want to get this issue resolved for you, do you have any availability this week?
I have a similar issues using the deployStandalone: true
setting the values.yaml
file. See discord discussion.
The advice whilst insightful, didn't state how it should be used with the helm
chart directly as no available setting for DATABASE_URL
.
I managed to fix it for version 0.2.3
.
It appears the templates/deployment.yaml
is missing the DATABASE_URL
environmental variable. In this location ...containers.env
marked by the {{- if .Values.db.deployStandalone }}
flag:
Add the following two lines:
- name: DATABASE_URL
value: postgresql://$(DATABASE_USERNAME):$(DATABASE_PASSWORD)@$(DATABASE_HOST)/$(DATABASE_NAME)
Edit - additional clarification.
i have found my mistake, but i think the chart need to be updated with the last version image
you can add DATABASE_URL in deployment to enable UI by default . also should be a good idea to provide secret loading to provide key
What happened?
lite llm doesn't find Database, even if postgresql-ready-check works
Relevant log output
Twitter / LinkedIn details
No response