[PR #37] [MERGED] feat: Allow optional clusterIP and loadBalancerIP fields on the openwebui service template #138

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/37
Author: @pranay-jain-notable
Created: 6/13/2024
Status: Merged
Merged: 6/13/2024
Merged by: @westbrook-ai

Base: mainHead: pranayjain-loadbalancerIP-and-clusterIP-values


📝 Commits (2)

  • dc3a760 feat: Allow optional clusterIP and loadBalancerIP fields on the openwebui service template
  • f61837a Update chart version

📊 Changes

3 files changed (+9 additions, -3 deletions)

View changed files

📝 charts/open-webui/Chart.yaml (+1 -1)
📝 charts/open-webui/README.md (+1 -1)
📝 charts/open-webui/templates/service.yaml (+7 -1)

📄 Description

Enhancements

Adds two optional fields to the openwebui service.yaml template file:

  • clusterIP: Only valid if service type: ClusterIP and defines a static IP address for the service
  • loadBalancerIP: Only valid if service type: LoadBalancer and defines a static IP address for the service

🔄 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/37 **Author:** [@pranay-jain-notable](https://github.com/pranay-jain-notable) **Created:** 6/13/2024 **Status:** ✅ Merged **Merged:** 6/13/2024 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `pranayjain-loadbalancerIP-and-clusterIP-values` --- ### 📝 Commits (2) - [`dc3a760`](https://github.com/open-webui/helm-charts/commit/dc3a760550da1afadd50ab37589655184724b6fc) feat: Allow optional clusterIP and loadBalancerIP fields on the openwebui service template - [`f61837a`](https://github.com/open-webui/helm-charts/commit/f61837a57f33e8548d36a5d23983d630a0a45481) Update chart version ### 📊 Changes **3 files changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/README.md` (+1 -1) 📝 `charts/open-webui/templates/service.yaml` (+7 -1) </details> ### 📄 Description ### Enhancements Adds two optional fields to the openwebui `service.yaml` template file: - `clusterIP`: Only valid if service `type: ClusterIP` and defines a static IP address for the service - `loadBalancerIP`: Only valid if service `type: LoadBalancer` and defines a static IP address for the service --- <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:16:34 -05:00
yindo closed this issue 2026-02-15 19:16:34 -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#138