[PR #235] [MERGED] Add nodeSelector support to websocket Redis deployment #270

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

📋 Pull Request Information

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

Base: mainHead: main


📝 Commits (1)

  • 82a1bb0 Add nodeSelector support to websocket configuration

📊 Changes

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

View changed files

📝 charts/open-webui/templates/websocket-redis.yaml (+4 -0)
📝 charts/open-webui/values.yaml (+2 -0)

📄 Description

This PR adds nodeSelector support to the websocket Redis deployment in the Helm chart. It allows users to specify which nodes the Redis pods for websockets should be scheduled on, providing better control over pod placement in Kubernetes clusters.


🔄 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/235 **Author:** [@hdt12a1](https://github.com/hdt12a1) **Created:** 5/8/2025 **Status:** ✅ Merged **Merged:** 5/8/2025 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`82a1bb0`](https://github.com/open-webui/helm-charts/commit/82a1bb027061bd1940423654212c2ac82205ad97) Add nodeSelector support to websocket configuration ### 📊 Changes **2 files changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/templates/websocket-redis.yaml` (+4 -0) 📝 `charts/open-webui/values.yaml` (+2 -0) </details> ### 📄 Description This PR adds nodeSelector support to the websocket Redis deployment in the Helm chart. It allows users to specify which nodes the Redis pods for websockets should be scheduled on, providing better control over pod placement in Kubernetes clusters. --- <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:09 -05:00
yindo closed this issue 2026-02-15 19:17:09 -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#270