added airflow pipe
This commit is contained in:
@@ -4,7 +4,7 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
type: NodePort # or ClusterIP if you’ll use ingress below
|
||||
type: NodePort # or ClusterIP if actually using ingress below
|
||||
nodePort: 4000
|
||||
|
||||
persistence:
|
||||
@@ -12,7 +12,7 @@ persistence:
|
||||
size: 5Gi
|
||||
|
||||
ingress:
|
||||
enabled: false # set true fo http://openwebui.local via nginx
|
||||
enabled: false # set true for http://openwebui.local via nginx
|
||||
className: nginx
|
||||
hosts:
|
||||
- host: openwebui.local
|
||||
@@ -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.
|
||||
# set canonical url for oauth/web search callbacks, etc
|
||||
- name: WEBUI_URL
|
||||
value: "http://openwebui.local"
|
||||
|
||||
Reference in New Issue
Block a user