[PR #130] [MERGED] Add 3 probes to the main container of workload-manager #202

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/130
Author: @jyje
Created: 12/28/2024
Status: Merged
Merged: 1/3/2025
Merged by: @westbrook-ai

Base: mainHead: feat/open-webui-add-probes


📝 Commits (3)

  • 2229cfa feat: add 3 container probes for workload-manager
  • 78358cd feat: add values with commented example values
  • 902852e Merge branch 'main' into feat/open-webui-add-probes

📊 Changes

4 files changed (+44 additions, -1 deletions)

View changed files

📝 charts/open-webui/Chart.yaml (+1 -1)
📝 charts/open-webui/README.md (+3 -0)
📝 charts/open-webui/templates/workload-manager.yaml (+9 -0)
📝 charts/open-webui/values.yaml (+31 -0)

📄 Description

Hello, folks. I need to set probes to remove 5xx errors when pods restarted. Please review this. Any feedback would be welcome.

  • add livenessProbe, readinessProbe, startupProbe for main container
  • add values with commented example values
  • add key rows in table of readme
  • bump the chart version from 5.0.0 to 5.1.0

🔄 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/130 **Author:** [@jyje](https://github.com/jyje) **Created:** 12/28/2024 **Status:** ✅ Merged **Merged:** 1/3/2025 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `feat/open-webui-add-probes` --- ### 📝 Commits (3) - [`2229cfa`](https://github.com/open-webui/helm-charts/commit/2229cfaef1aa35d0b9f1e871c16532c5cc872399) feat: add 3 container probes for workload-manager - [`78358cd`](https://github.com/open-webui/helm-charts/commit/78358cdd0c021a5dc350df385b54925507265f51) feat: add values with commented example values - [`902852e`](https://github.com/open-webui/helm-charts/commit/902852e161b8e8b3a381ae08899e37015503a21f) Merge branch 'main' into feat/open-webui-add-probes ### 📊 Changes **4 files changed** (+44 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+1 -1) 📝 `charts/open-webui/README.md` (+3 -0) 📝 `charts/open-webui/templates/workload-manager.yaml` (+9 -0) 📝 `charts/open-webui/values.yaml` (+31 -0) </details> ### 📄 Description Hello, folks. I need to set probes to remove 5xx errors when pods restarted. Please review this. Any feedback would be welcome. - add `livenessProbe`, `readinessProbe`, `startupProbe` for main container - add values with commented example values - add key rows in table of readme - bump the chart version from `5.0.0` to `5.1.0` --- <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:50 -05:00
yindo closed this issue 2026-02-15 19:16:50 -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#202