mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[PR #542] [CLOSED] add helm #988
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#988
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/healthchecks/healthchecks/pull/542
Author: @ZILosoft
Created: 7/13/2021
Status: ❌ Closed
Base:
master← Head:add_helm📝 Commits (1)
600e69aadd helm📊 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.