chore: update README for uptime-kuma
This commit is contained in:
parent
fd9970e5f4
commit
5b901ae1b8
@ -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
|
||||
|
||||
|
21
charts/uptime-kuma/README.md.gotmpl
Normal file
21
charts/uptime-kuma/README.md.gotmpl
Normal 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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user