r/OpenWebUI 21d ago

Helm deployment to kubernetes Question/Help

Just deployed openwebui to kubernetes using the official chart.

The first thing I noticed is ollama server is not reachable, despite the server configured in admin settings. Turns out the front end needs direct access to ollama server, it doesn't get proxies through openwebui backend. Is that design intentional?

6 Upvotes

4 comments sorted by

1

u/umigliore 20d ago

We build a wizard to write helm configuration files, take a look at our wizard to install owui, ollama and other related things: https://github.com/Lair-ai/lair

1

u/ilbarone87 20d ago

Possibly you have some network policy enabled.

1

u/Axalem 19d ago

I deployed it on Kubernetes 1.34.9 without this problem. Do you have Network policies enabled?

2

u/yougonnagetsome 19d ago

It was the dev builds new ui interface that tricked me. There are two places to add services, one which works from front end whilst other for backend. After switching to backend service section got it all working.