[PR #522] [MERGED] feat: Simple Helm Chart #905

Closed
opened 2026-02-25 20:37:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/522
Author: @rblaine95
Created: 11/4/2021
Status: Merged
Merged: 11/7/2021
Merged by: @benbusby

Base: mainHead: feat/helm-chart


📝 Commits (1)

📊 Changes

12 files changed (+449 additions, -0 deletions)

View changed files

📝 README.md (+8 -0)
charts/whoogle/.helmignore (+23 -0)
charts/whoogle/Chart.yaml (+23 -0)
charts/whoogle/templates/NOTES.txt (+22 -0)
charts/whoogle/templates/_helpers.tpl (+62 -0)
charts/whoogle/templates/deployment.yaml (+72 -0)
charts/whoogle/templates/hpa.yaml (+28 -0)
charts/whoogle/templates/ingress.yaml (+61 -0)
charts/whoogle/templates/service.yaml (+15 -0)
charts/whoogle/templates/serviceaccount.yaml (+12 -0)
charts/whoogle/templates/tests/test-connection.yaml (+15 -0)
charts/whoogle/values.yaml (+108 -0)

📄 Description

Add a simple Kubernetes Helm Chart to deploy Whoogle


🔄 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/benbusby/whoogle-search/pull/522 **Author:** [@rblaine95](https://github.com/rblaine95) **Created:** 11/4/2021 **Status:** ✅ Merged **Merged:** 11/7/2021 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `main` ← **Head:** `feat/helm-chart` --- ### 📝 Commits (1) - [`6c1e00f`](https://github.com/benbusby/whoogle-search/commit/6c1e00fa517d6ea4f51c5b53698751eee863f698) feat: Simple Helm Chart ### 📊 Changes **12 files changed** (+449 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -0) ➕ `charts/whoogle/.helmignore` (+23 -0) ➕ `charts/whoogle/Chart.yaml` (+23 -0) ➕ `charts/whoogle/templates/NOTES.txt` (+22 -0) ➕ `charts/whoogle/templates/_helpers.tpl` (+62 -0) ➕ `charts/whoogle/templates/deployment.yaml` (+72 -0) ➕ `charts/whoogle/templates/hpa.yaml` (+28 -0) ➕ `charts/whoogle/templates/ingress.yaml` (+61 -0) ➕ `charts/whoogle/templates/service.yaml` (+15 -0) ➕ `charts/whoogle/templates/serviceaccount.yaml` (+12 -0) ➕ `charts/whoogle/templates/tests/test-connection.yaml` (+15 -0) ➕ `charts/whoogle/values.yaml` (+108 -0) </details> ### 📄 Description Add a simple Kubernetes Helm Chart to deploy Whoogle --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:37:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#905
No description provided.