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
+1 -1
View File
@@ -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 }
+4 -4
View File
@@ -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"