This commit is contained in:
2025-09-12 21:58:35 -04:00
parent ddc95882ee
commit 7a195de392
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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"