Skip to content

Commit

Permalink
chore(apps): add OLLAMA_BASE_URL variable to openwebui configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
qjoly committed Jan 29, 2025
1 parent 9d378d4 commit e64428e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cortado/apps/ollama/openwebui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ spec:
deployment:
port: 8080
variables:
nonSecret:
OLLAMA_BASE_URL=http://ollama.svc.cluster.local:11434
ingress:
enabled: true
Expand All @@ -53,8 +56,3 @@ spec:
size: 10Gi
pvcClaim: ""
containerMount: "/app/backend/data"
- name: models
storageClassName: ""
size: 20Gi
pvcClaim: ""
containerMount: "/root/.ollama"

0 comments on commit e64428e

Please sign in to comment.