Categorygithub.com/TwiN/lighthouse
repositorypackage
0.0.4
Repository: https://github.com/twin/lighthouse.git
Documentation: pkg.go.dev

# README

lighthouse

Akin to a lighthouse lost at sea, this application is a standalone monitoring system that watches over the Kubernetes cluster it runs in and reports potential issues.

Discord alert

Environment variableDescriptionDefault value
WEBHOOK_URLDiscord webhook URL where alerts will be sent to"" Required
INTERVAL_IN_MINUTESNumber of minutes between each check10
DEBUGWhether to enable debugging logsfalse
ENVIRONMENTSet to dev if you want to run lighthouse locally""

Installation

helm repo add twin https://twin.github.io/helm-charts
helm repo update
helm install lighthouse twin/lighthouse -n kube-system

Debugging

To enable debugging logs, you may set the DEBUG environment variable to true