no
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata: { name: airflow, namespace: argocd }
|
metadata: { name: airflow, namespace: ai }
|
||||||
spec:
|
spec:
|
||||||
project: ai-stack
|
project: ai-stack
|
||||||
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ ingress:
|
|||||||
extraEnvVars:
|
extraEnvVars:
|
||||||
- name: OLLAMA_BASE_URL
|
- name: OLLAMA_BASE_URL
|
||||||
value: "https://mlep.ion606.com"
|
value: "https://mlep.ion606.com"
|
||||||
# use postgres as primary db
|
# postgres === primary db
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
value: "postgresql://postgres:mypassword@postgresql-primary.ai.svc.cluster.local:5432/openwebui"
|
value: "postgresql://postgres:mypassword@postgresql-primary.ai.svc.cluster.local:5432/openwebui"
|
||||||
# store vectors in pgvector (on the same postgres)
|
# 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"
|
value: "postgresql://postgres:mypassword@postgresql-primary.ai.svc.cluster.local:5432/openwebui"
|
||||||
- name: PGVECTOR_CREATE_EXTENSION
|
- name: PGVECTOR_CREATE_EXTENSION
|
||||||
value: "true"
|
value: "true"
|
||||||
# set canonical url for oauth/web search callbacks, etc
|
# no bish
|
||||||
- name: WEBUI_URL
|
# - name: WEBUI_URL
|
||||||
value: "http://openwebui.local"
|
# value: "http://openwebui.local"
|
||||||
|
|||||||
Reference in New Issue
Block a user