-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(charts): Adding readme for charts
- Loading branch information
1 parent
3047458
commit 27a5682
Showing
4 changed files
with
51 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,32 @@ | ||
# Helm chart for health-exporter | ||
# health-exporter | ||
|
||
![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.1](https://img.shields.io/badge/AppVersion-0.3.1-informational?style=flat-square) | ||
|
||
**Homepage:** <https://github.com/snapp-cab/health-exporter> | ||
|
||
## Source Code | ||
|
||
* <https://github.com/snapp-cab/health-exporter.git> | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| autoscaling.enabled | bool | `false` | | | ||
| autoscaling.maxReplicas | int | `4` | | | ||
| autoscaling.minReplicas | int | `2` | | | ||
| autoscaling.targetCPUUtilizationPercentage | int | `80` | | | ||
| autoscaling.targetMemoryUtilizationPercentage | int | `80` | | | ||
| config.listen | string | `":9876"` | | | ||
| config.targets.dns | list | `[]` | | | ||
| config.targets.http | list | `[]` | | | ||
| image.repository | string | `"ghcr.io/snapp-incubator/health-exporter"` | | | ||
| image.tag | string | `""` | | | ||
| replicas | int | `1` | | | ||
| resources.limits.cpu | string | `"1"` | | | ||
| resources.limits.memory | string | `"100Mi"` | | | ||
| resources.requests.cpu | string | `"1"` | | | ||
| resources.requests.memory | string | `"100Mi"` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters