A Helm chart for to deploy Uptime Kuma, an easy-to-use self-hosted monitoring tool.
In this repository you can find a helm chart for easy deployment of Uptime Kuma in your Kubernetes environment.
There are three ways to get this helm chart:
In the release tab you'll find the packaged helm chart. Just download it, and then run the following command:
helm install <name of .tar.gz archive>
If you want to mess around with the chart, or simply want the repo cloned locally, you can install it from there. In this scenario, you have two choices:
# directly install the helm chart
helm install <name> .
# package it first > this will output a .tar.gz file which can then be installed with the command shown above
helm package .
You can pull the chart by running the following command:
helm repo add <name it as you want> https://patrick-men.github.io/kuma-uptime-helm/
# verify that the last step worked
helm search repo <name you chose before>
helm pull https://patrick-men.github.io/kuma-uptime-helm/