chore: update README for uptime-kuma

This commit is contained in:
Stefan Reimer 2021-09-24 13:56:40 +02:00
parent b31223bbbc
commit 3f2e96162d
3 changed files with 27 additions and 4 deletions

View File

@ -28,10 +28,12 @@ Kubernetes: `>= 1.18.0`
| image | string | `"louislam/uptime-kuma"` | |
| istio.enabled | bool | `true` | |
| istio.gateway | string | `"istio-ingress/private-ingressgateway"` | |
| istio.url | string | `"uptime.dev.mayneinc.com"` | |
| 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 |
| version | string | `"1.6.3-alpine"` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
## Resources
- https://github.com/louislam/uptime-kuma

View File

@ -0,0 +1,21 @@
{{ template "chart.header" . }}
{{ template "chart.deprecationWarning" . }}
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
{{ template "chart.description" . }}
{{ template "chart.homepageLine" . }}
{{ template "chart.maintainersSection" . }}
{{ template "chart.sourcesSection" . }}
{{ template "chart.requirementsSection" . }}
{{ template "chart.valuesSection" . }}
## Resources
- https://github.com/louislam/uptime-kuma

View File

@ -27,6 +27,6 @@ version: 1.6.3-alpine
# memory: 2000M
istio:
enabled: false
gateway: istio-ingress/private-ingressgateway
enabled: true
url: uptime.example.com