[PR #163] [CLOSED] feat: [open-webui] add option for use hpa and pdb #220

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/163
Author: @santos-edu
Created: 2/12/2025
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • e54e26b feat: add option for use hpa and pdb on open-webui chart
  • ed5e7b4 feat: update chart version
  • 89a1524 feat: helm-docs

📊 Changes

5 files changed (+137 additions, -8 deletions)

View changed files

📝 charts/open-webui/Chart.yaml (+2 -2)
📝 charts/open-webui/README.md (+20 -3)
charts/open-webui/templates/hpa.yaml (+41 -0)
charts/open-webui/templates/pdb.yaml (+27 -0)
📝 charts/open-webui/values.yaml (+47 -3)

📄 Description

Add option for use hpa and pdb

I successfully tested remotely using the values:

replicaCount: 2

persistence:
  enabled: false

autoscaling:
  enabled: true
  minReplicas: 2
  maxReplicas: 5

pdb:
  enabled: true

resources:
  requests:
    cpu: 0.5
    memory: 1Gi

🔄 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/163 **Author:** [@santos-edu](https://github.com/santos-edu) **Created:** 2/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`e54e26b`](https://github.com/open-webui/helm-charts/commit/e54e26b957ae9ec74351483f138e0546f22e9cdb) feat: add option for use hpa and pdb on open-webui chart - [`ed5e7b4`](https://github.com/open-webui/helm-charts/commit/ed5e7b4dd7f5f5e82f3c6e68747dd4fe7f4f5a38) feat: update chart version - [`89a1524`](https://github.com/open-webui/helm-charts/commit/89a152413aea0a72d8870b570c73d61b188c836d) feat: helm-docs ### 📊 Changes **5 files changed** (+137 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `charts/open-webui/Chart.yaml` (+2 -2) 📝 `charts/open-webui/README.md` (+20 -3) ➕ `charts/open-webui/templates/hpa.yaml` (+41 -0) ➕ `charts/open-webui/templates/pdb.yaml` (+27 -0) 📝 `charts/open-webui/values.yaml` (+47 -3) </details> ### 📄 Description Add option for use hpa and pdb I successfully tested remotely using the values: ```yaml replicaCount: 2 persistence: enabled: false autoscaling: enabled: true minReplicas: 2 maxReplicas: 5 pdb: enabled: true resources: requests: cpu: 0.5 memory: 1Gi ``` --- <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:55 -05:00
yindo closed this issue 2026-02-15 19:16:55 -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#220