https://github.com/dirsigler/uptime-kuma-helm
This Helm Chart installs Uptime-Kuma from @louislam to your Kubernetes Cluster.
https://github.com/dirsigler/uptime-kuma-helm
chart charts helm helm-chart helm-charts kubernetes monitoring observability uptime
Last synced: 4 months ago
JSON representation
This Helm Chart installs Uptime-Kuma from @louislam to your Kubernetes Cluster.
- Host: GitHub
- URL: https://github.com/dirsigler/uptime-kuma-helm
- Owner: dirsigler
- License: gpl-3.0
- Created: 2021-10-19T19:17:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T14:36:50.000Z (4 months ago)
- Last Synced: 2025-01-20T15:39:53.646Z (4 months ago)
- Topics: chart, charts, helm, helm-chart, helm-charts, kubernetes, monitoring, observability, uptime
- Language: Smarty
- Homepage: https://helm.irsigler.cloud
- Size: 3.01 MB
- Stars: 183
- Watchers: 2
- Forks: 63
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Uptime-Kuma Helm Chart
[](https://opensource.org/license/gpl-3-0)
[]()
[](https://github.com/dirsigler/uptime-kuma-helm/actions/workflows/release.yaml)
[](https://artifacthub.io/packages/search?repo=uptime-kuma)This is a Helm Chart for the awesome [Uptime-Kuma](https://github.com/louislam/uptime-kuma) project.
Please be advised that the Helm Chart my not fulfill all needs and is work-in-progress.## 🚀 Deployment
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.Once Helm has been set up correctly, add the repo as follows:
helm repo add uptime-kuma https://helm.irsigler.cloud
If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo uptime-kuma` to see the charts.To install the uptime-kuma chart:
helm upgrade my-uptime-kuma uptime-kuma/uptime-kuma --install --namespace monitoring --create-namespace
To uninstall the chart:
helm delete my-uptime-kuma --namespace monitoring
## ⚙️ Configuration
To get an overview of the configurable and default Values check out the Chart specific [README](./charts/uptime-kuma/README.md).
## 📝 License
[GNU General Public License version 3](./LICENSE)