40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
# uptime-kuma
|
|
|
|
  
|
|
|
|
Chart for deploying uptime-kuma on KubeZero
|
|
|
|
**Homepage:** <https://kubezero.com>
|
|
|
|
## Maintainers
|
|
|
|
| Name | Email | Url |
|
|
| ---- | ------ | --- |
|
|
| Stefan Reimer | <stefan@zero-downtime.net> | |
|
|
|
|
## Requirements
|
|
|
|
Kubernetes: `>= 1.20.0`
|
|
|
|
| Repository | Name | Version |
|
|
|------------|------|---------|
|
|
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.5 |
|
|
|
|
## Values
|
|
|
|
| Key | Type | Default | Description |
|
|
|-----|------|---------|-------------|
|
|
| fullnameOverride | string | `""` | override the full name of the uptime-kuma chart |
|
|
| image | string | `"louislam/uptime-kuma"` | |
|
|
| istio.enabled | bool | `false` | |
|
|
| istio.gateway | string | `"istio-ingress/private-ingressgateway"` | |
|
|
| istio.url | string | `"uptime.example.com"` | |
|
|
| nameOverride | string | `""` | override the name of the uptime-kuma chart |
|
|
| service.port | int | `3001` | The port to be used by the uptime-kuma service |
|
|
| serviceMonitor.enabled | bool | `false` | |
|
|
|
|
## Resources
|
|
|
|
- https://github.com/louislam/uptime-kuma
|
|
|