diff --git a/apps/children/airflow.yaml b/apps/children/airflow.yaml index e8c6ace..940185d 100644 --- a/apps/children/airflow.yaml +++ b/apps/children/airflow.yaml @@ -1,6 +1,6 @@ apiVersion: argoproj.io/v1alpha1 kind: Application -metadata: { name: airflow, namespace: argocd } +metadata: { name: airflow, namespace: ai } spec: project: ai-stack destination: { server: https://kubernetes.default.svc, namespace: ai } diff --git a/apps/values/openwebui.yaml b/apps/values/openwebui.yaml index 16b4b98..25d2b50 100644 --- a/apps/values/openwebui.yaml +++ b/apps/values/openwebui.yaml @@ -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"