2.5 KiB
2.5 KiB
healthchecks
Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts.
Homepage: https://github.com/truechartsapps/tree/master/charts/incubator/healthchecks
Maintainers
| Name | Url | |
|---|---|---|
| truecharts | info@truecharts.org | https://truecharts.org |
Source Code
Requirements
Kubernetes: >=1.16.0-0
| Repository | Name | Version |
|---|---|---|
| https://truecharts.org | common | 6.12.1 |
Values
| Key | Type | Default | Description |
|---|---|---|---|
| env | object | See below | environment variables. See image docs for more details. |
| env.REGENERATE_SETTINGS | string | "True" |
Set to true to always override the local_settings.py file with values from environment variables. Do not set to True if you have made manual modifications to this file. |
| env.SITE_NAME | int | 8265 |
The site's name (e.g., "Example Corp HealthChecks") |
| env.SITE_ROOT | string | "https://healthchecks.domain" |
The site's top-level URL and the port it listens to |
| env.SUPERUSER_EMAIL | string | "email@healthchecks.io" |
Superuser email |
| env.SUPERUSER_PASSWORD | string | "myVeryStrongPassword" |
Superuser password |
| env.TZ | string | "UTC" |
Set the container timezone |
| image.pullPolicy | string | "IfNotPresent" |
image pull policy |
| image.repository | string | "linuxserver/healthchecks" |
image repository |
| image.tag | string | "version-v1.22.0" |
image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| persistence.config | object | {"accessMode":"ReadWriteOnce","enabled":true,"mountpath":"/config","size":"100Gi","type":"pvc"} |
Volume used for configuration |
| service | object | See values.yaml | Configures service settings for the chart. |
Autogenerated from chart metadata using helm-docs v1.5.0