[PR #247] [MERGED] fix(open-webui): add WEBUI_URL env var when ingress is enabled #283

Closed
opened 2026-02-15 19:17:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/247
Author: @ffais
Created: 5/30/2025
Status: Merged
Merged: 5/30/2025
Merged by: @westbrook-ai

Base: mainHead: webui-url-ingress


📝 Commits (1)

  • 28bda01 fix(open-webui): add WEBUI_URL env var when ingress is enabled

📊 Changes

2 files changed (+16 additions, -0 deletions)

View changed files

📝 charts/open-webui/templates/_helpers.tpl (+12 -0)
📝 charts/open-webui/templates/workload-manager.yaml (+4 -0)

📄 Description

When ingress is enabled it adds the WEBUI_URL variable with the value correctly rendered based on the ingress configuration.

This fixes the problem of being redirecting to "http://localhost:3000" once authentication process is completed, when both ingress and sso are enabled.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/helm-charts/pull/247 **Author:** [@ffais](https://github.com/ffais) **Created:** 5/30/2025 **Status:** ✅ Merged **Merged:** 5/30/2025 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `webui-url-ingress` --- ### 📝 Commits (1) - [`28bda01`](https://github.com/open-webui/helm-charts/commit/28bda01652abce48dae674899f65bf28e4d0f841) fix(open-webui): add WEBUI_URL env var when ingress is enabled ### 📊 Changes **2 files changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/templates/_helpers.tpl` (+12 -0) 📝 `charts/open-webui/templates/workload-manager.yaml` (+4 -0) </details> ### 📄 Description When ingress is enabled it adds the WEBUI_URL variable with the value correctly rendered based on the ingress configuration. This fixes the problem of being redirecting to "http://localhost:3000" once authentication process is completed, when both ingress and sso are enabled. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:12 -05:00
yindo closed this issue 2026-02-15 19:17:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#283