ingress dump

This commit is contained in:
ION606
2025-09-13 19:00:56 -04:00
parent fe0974d162
commit 2649ac6117
6 changed files with 60 additions and 35 deletions
+2 -35
View File
@@ -15,41 +15,8 @@ spec:
chart: open-webui
targetRevision: "*"
helm:
values: |
image:
repository: ghcr.io/open-webui/open-webui
tag: "main"
pullPolicy: IfNotPresent
service:
type: ClusterIP
persistence:
enabled: true
size: 5Gi
ingress:
enabled: true
className: nginx
hosts:
- host: openwebui.local
paths:
- path: /
pathType: Prefix
tls: []
# NO SECRETS!!!
extraEnvVars:
- name: OLLAMA_BASE_URL
value: "https://mlep.ion606.com"
- name: DATABASE_URL
value: "postgresql://postgres:mypassword@postgresql-primary.ai.svc.cluster.local:5432/openwebui"
- name: VECTOR_DB
value: "pgvector"
- name: PGVECTOR_DB_URL
value: "postgresql://postgres:mypassword@postgresql-primary.ai.svc.cluster.local:5432/openwebui"
- name: PGVECTOR_CREATE_EXTENSION
value: "true"
valueFiles:
- apps/values/openwebui.yaml
syncPolicy:
automated:
prune: true