no
This commit is contained in:
@@ -25,7 +25,7 @@ ingress:
|
||||
extraEnvVars:
|
||||
- name: OLLAMA_BASE_URL
|
||||
value: "https://mlep.ion606.com"
|
||||
# use postgres as primary db
|
||||
# postgres === primary db
|
||||
- name: DATABASE_URL
|
||||
value: "postgresql://postgres:mypassword@postgresql-primary.ai.svc.cluster.local:5432/openwebui"
|
||||
# store vectors in pgvector (on the same postgres)
|
||||
@@ -35,6 +35,6 @@ extraEnvVars:
|
||||
value: "postgresql://postgres:mypassword@postgresql-primary.ai.svc.cluster.local:5432/openwebui"
|
||||
- name: PGVECTOR_CREATE_EXTENSION
|
||||
value: "true"
|
||||
# set canonical url for oauth/web search callbacks, etc
|
||||
- name: WEBUI_URL
|
||||
value: "http://openwebui.local"
|
||||
# no bish
|
||||
# - name: WEBUI_URL
|
||||
# value: "http://openwebui.local"
|
||||
|
||||
Reference in New Issue
Block a user