[PR #41] [MERGED] fix: set serviceName in StatefulSet spec #139

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/41
Author: @matthieucharreire
Created: 6/26/2024
Status: Merged
Merged: 6/26/2024
Merged by: @westbrook-ai

Base: mainHead: fix/StatefulSetSpec


📝 Commits (1)

  • 3342154 fix: set serviceName in StatefulSet spec

📊 Changes

2 files changed (+5 additions, -2 deletions)

View changed files

📝 charts/open-webui/Chart.yaml (+2 -2)
📝 charts/open-webui/templates/workload-manager.yaml (+3 -0)

📄 Description

Misconfiguration fix from last PR: https://github.com/open-webui/helm-charts/pull/36#issuecomment-2184996280

This adds serviceName configuration in spec part of StatefulSet, as explained in the documentation: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#stable-network-id


🔄 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/41 **Author:** [@matthieucharreire](https://github.com/matthieucharreire) **Created:** 6/26/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `fix/StatefulSetSpec` --- ### 📝 Commits (1) - [`3342154`](https://github.com/open-webui/helm-charts/commit/334215446b46992e43a01e391f00201829776579) fix: set serviceName in StatefulSet spec ### 📊 Changes **2 files changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+2 -2) 📝 `charts/open-webui/templates/workload-manager.yaml` (+3 -0) </details> ### 📄 Description Misconfiguration fix from last PR: https://github.com/open-webui/helm-charts/pull/36#issuecomment-2184996280 This adds `serviceName` configuration in `spec` part of `StatefulSet`, as explained in the documentation: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#stable-network-id --- <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:35 -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#139