[PR #542] [CLOSED] add helm #988

Closed
opened 2026-02-26 00:30:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/542
Author: @ZILosoft
Created: 7/13/2021
Status: Closed

Base: masterHead: add_helm


📝 Commits (1)

📊 Changes

13 files changed (+456 additions, -1 deletions)

View changed files

📝 .gitignore (+3 -1)
docker/helm/healthchecks/.helmignore (+23 -0)
docker/helm/healthchecks/Chart.yaml (+28 -0)
docker/helm/healthchecks/README.md (+34 -0)
docker/helm/healthchecks/templates/NOTES.txt (+21 -0)
docker/helm/healthchecks/templates/_helpers.tpl (+62 -0)
docker/helm/healthchecks/templates/deployment.yaml (+81 -0)
docker/helm/healthchecks/templates/ingress.yaml (+31 -0)
docker/helm/healthchecks/templates/secret.yml (+10 -0)
docker/helm/healthchecks/templates/service.yaml (+14 -0)
docker/helm/healthchecks/templates/serviceaccount.yaml (+12 -0)
docker/helm/healthchecks/templates/tests/test-connection.yaml (+15 -0)
docker/helm/healthchecks/values.yaml (+122 -0)

📄 Description

I add helm chart to deploy to K8S


🔄 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/healthchecks/healthchecks/pull/542 **Author:** [@ZILosoft](https://github.com/ZILosoft) **Created:** 7/13/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add_helm` --- ### 📝 Commits (1) - [`600e69a`](https://github.com/healthchecks/healthchecks/commit/600e69a40edbd05f33b295e83187e9574ac91d8a) add helm ### 📊 Changes **13 files changed** (+456 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -1) ➕ `docker/helm/healthchecks/.helmignore` (+23 -0) ➕ `docker/helm/healthchecks/Chart.yaml` (+28 -0) ➕ `docker/helm/healthchecks/README.md` (+34 -0) ➕ `docker/helm/healthchecks/templates/NOTES.txt` (+21 -0) ➕ `docker/helm/healthchecks/templates/_helpers.tpl` (+62 -0) ➕ `docker/helm/healthchecks/templates/deployment.yaml` (+81 -0) ➕ `docker/helm/healthchecks/templates/ingress.yaml` (+31 -0) ➕ `docker/helm/healthchecks/templates/secret.yml` (+10 -0) ➕ `docker/helm/healthchecks/templates/service.yaml` (+14 -0) ➕ `docker/helm/healthchecks/templates/serviceaccount.yaml` (+12 -0) ➕ `docker/helm/healthchecks/templates/tests/test-connection.yaml` (+15 -0) ➕ `docker/helm/healthchecks/values.yaml` (+122 -0) </details> ### 📄 Description I add helm chart to deploy to K8S --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:30:20 +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/healthchecks#988
No description provided.