mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #522] [MERGED] feat: Simple Helm Chart #905
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#905
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/helm-chart📝 Commits (1)
6c1e00ffeat: Simple Helm Chart📊 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.