[PR #36] [MERGED] fix: use StatefulSet instead of Deployment if persistence is enabled #137

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

📋 Pull Request Information

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

Base: mainHead: fix/workload-management


📝 Commits (1)

  • 72dad95 fix: use StatefulSet if persistence is enabled

📊 Changes

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

View changed files

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

📄 Description

This will help with deployment on multi nodes kubernetes cluster with the persistence enabled. That should fix issue #34.

I have tested that the helm template command works properly with and without the option:

helm template --set ollama.enabled=false --set pipelines.enabled=false --set persistence.enabled=false ./charts/open-webui
helm template --set ollama.enabled=false --set pipelines.enabled=false --set persistence.enabled=true ./charts/open-webui

I have also deployed the chart on a local minikube to confirm that the open webui container starts properly, and that switching from persistence enabled to disabled works.


🔄 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/36 **Author:** [@matthieucharreire](https://github.com/matthieucharreire) **Created:** 6/13/2024 **Status:** ✅ Merged **Merged:** 6/13/2024 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `fix/workload-management` --- ### 📝 Commits (1) - [`72dad95`](https://github.com/open-webui/helm-charts/commit/72dad958af1bfdb8f0aa0110a217cc6c81f9aadd) fix: use StatefulSet if persistence is enabled ### 📊 Changes **2 files changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+2 -2) 📝 `charts/open-webui/templates/workload-manager.yaml` (+4 -0) </details> ### 📄 Description This will help with deployment on multi nodes kubernetes cluster with the persistence enabled. That should fix issue #34. I have tested that the `helm template` command works properly with and without the option: ```shell helm template --set ollama.enabled=false --set pipelines.enabled=false --set persistence.enabled=false ./charts/open-webui ``` ```shell helm template --set ollama.enabled=false --set pipelines.enabled=false --set persistence.enabled=true ./charts/open-webui ``` I have also deployed the chart on a local minikube to confirm that the open webui container starts properly, and that switching from `persistence` enabled to disabled works. --- <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:33 -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#137