Uptime Kuma for Endpoint monitoring
Deploy the helm chart
helm repo add uptime-kuma https://dirsigler.github.io/uptime-kuma-helm
helm repo update
helm install uptime-kuma uptime-kuma/uptime-kuma --namespace monitoring --create-namespace -f uptime-kuma/values.yaml
Remember you can easily update the version of this image going forwards. You just need to edit your values.yaml.
Replace tag: "1.21.3-debian" with tag: "1.23.11-debian" and run:
helm repo update
helm upgrade uptime-kuma uptime-kuma/uptime-kuma --namespace monitoring --create-namespace -f uptime-kuma/values.yaml