[PR #164] [CLOSED] feat: [pipelines] add option for use hpa and pdb #219

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/164
Author: @santos-edu
Created: 2/12/2025
Status: Closed

Base: mainHead: feat/pipelines-pdb-hpa


📝 Commits (1)

  • c5700fc feat: add option for use hpa and pdb on pipelines chart

📊 Changes

5 files changed (+131 additions, -6 deletions)

View changed files

📝 charts/pipelines/Chart.yaml (+1 -1)
📝 charts/pipelines/README.md (+14 -1)
charts/pipelines/templates/hpa.yaml (+41 -0)
charts/pipelines/templates/pdb.yaml (+27 -0)
📝 charts/pipelines/values.yaml (+48 -4)

📄 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/164 **Author:** [@santos-edu](https://github.com/santos-edu) **Created:** 2/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/pipelines-pdb-hpa` --- ### 📝 Commits (1) - [`c5700fc`](https://github.com/open-webui/helm-charts/commit/c5700fcf2245b3b175a5c2c21aa949e5dcbefe87) feat: add option for use hpa and pdb on pipelines chart ### 📊 Changes **5 files changed** (+131 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `charts/pipelines/Chart.yaml` (+1 -1) 📝 `charts/pipelines/README.md` (+14 -1) ➕ `charts/pipelines/templates/hpa.yaml` (+41 -0) ➕ `charts/pipelines/templates/pdb.yaml` (+27 -0) 📝 `charts/pipelines/values.yaml` (+48 -4) </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#219