-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add helm documentation * add helm documentation * add helm documentation * add helm documentation --------- Co-authored-by: Yonah Dissen <[email protected]>
- Loading branch information
Showing
3 changed files
with
60 additions
and
25 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,30 +1,55 @@ | ||
# kor | ||
|
||
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.2](https://img.shields.io/badge/AppVersion-0.2.2-informational?style=flat-square) | ||
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.4](https://img.shields.io/badge/AppVersion-0.2.4-informational?style=flat-square) | ||
|
||
A Helm chart to deploy Kor as into a Kubernetes cluster. | ||
A Helm chart for Kubernetes | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
| ---------------------------------- | ------ | ------------------- | ----------- | | ||
| cronJob.enabled | bool | `true` | | | ||
| cronJob.failedJobsHistoryLimit | int | `2` | | | ||
| cronJob.image.repository | string | `"yonahdissen/kor"` | | | ||
| cronJob.image.tag | string | `"latest"` | | | ||
| cronJob.command | string | `"kor all"` | | | ||
| cronJob.name | string | `"kor"` | | | ||
| cronJob.restartPolicy | string | `"OnFailure"` | | | ||
| cronJob.schedule | string | `"0 1 * * 1"` | | | ||
| cronJob.slackAuthToken | string | `""` | | | ||
| cronJob.slackChannel | string | `""` | | | ||
| cronJob.slackWebhookUrl | string | `""` | | | ||
| cronJob.successfulJobsHistoryLimit | int | `3` | | | ||
| namespace | string | `"kor"` | | | ||
| serviceAccount.annotations | object | `{}` | | | ||
| serviceAccount.create | bool | `true` | | | ||
| serviceAccount.name | string | `""` | | | ||
|
||
--- | ||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| cronJob.command | string | `"kor all"` | | | ||
| cronJob.enabled | bool | `false` | | | ||
| cronJob.failedJobsHistoryLimit | int | `2` | | | ||
| cronJob.image.repository | string | `"yonahdissen/kor"` | | | ||
| cronJob.image.tag | string | `"latest"` | | | ||
| cronJob.name | string | `"kor"` | | | ||
| cronJob.restartPolicy | string | `"OnFailure"` | | | ||
| cronJob.schedule | string | `"0 1 * * 1"` | | | ||
| cronJob.slackAuthToken | string | `""` | | | ||
| cronJob.slackChannel | string | `""` | | | ||
| cronJob.slackWebhookUrl | string | `""` | | | ||
| cronJob.successfulJobsHistoryLimit | int | `3` | | | ||
| prometheusExporter.deployment.affinity | object | `{}` | | | ||
| prometheusExporter.deployment.command | string | `"kor exporter"` | | | ||
| prometheusExporter.deployment.image.repository | string | `"yonahdissen/kor"` | | | ||
| prometheusExporter.deployment.image.tag | string | `"latest"` | | | ||
| prometheusExporter.deployment.imagePullPolicy | string | `"Always"` | | | ||
| prometheusExporter.deployment.imagePullSecrets | list | `[]` | | | ||
| prometheusExporter.deployment.nodeSelector | object | `{}` | | | ||
| prometheusExporter.deployment.podSecurityContext | object | `{}` | | | ||
| prometheusExporter.deployment.replicaCount | int | `1` | | | ||
| prometheusExporter.deployment.resources | object | `{}` | | | ||
| prometheusExporter.deployment.restartPolicy | string | `"Always"` | | | ||
| prometheusExporter.deployment.securityContext | object | `{}` | | | ||
| prometheusExporter.deployment.tolerations | list | `[]` | | | ||
| prometheusExporter.enabled | bool | `true` | | | ||
| prometheusExporter.exporterInterval | string | `""` | | | ||
| prometheusExporter.name | string | `"kor-exporter"` | | | ||
| prometheusExporter.service.port | int | `8080` | | | ||
| prometheusExporter.service.type | string | `"ClusterIP"` | | | ||
| prometheusExporter.serviceMonitor.enabled | bool | `true` | | | ||
| prometheusExporter.serviceMonitor.interval | string | `"30s"` | | | ||
| prometheusExporter.serviceMonitor.labels | object | `{}` | | | ||
| prometheusExporter.serviceMonitor.metricRelabelings | list | `[]` | | | ||
| prometheusExporter.serviceMonitor.namespace | string | `""` | | | ||
| prometheusExporter.serviceMonitor.relabelings | list | `[]` | | | ||
| prometheusExporter.serviceMonitor.targetLabels | list | `[]` | | | ||
| prometheusExporter.serviceMonitor.telemetryPath | string | `"/metrics"` | | | ||
| prometheusExporter.serviceMonitor.timeout | string | `"10s"` | | | ||
| serviceAccount.annotations | object | `{}` | | | ||
| serviceAccount.create | bool | `true` | | | ||
| serviceAccount.name | string | `""` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.8.1](https://github.com/norwoodj/helm-docs/releases/v1.8.1) |